http://bugs.winehq.org/show_bug.cgi?id=21530
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com 2010-01-30 13:11:48 --- (In reply to comment #14)
Kenneth, rather than complaining about the lack of support, help us help you by pointing out the broken code, along with any workaround you used. There's no reason to keep that information to yourself, then complain that Wine won't fix bugs.
Too late actually ). Problem is in Tooltip <-> Toolbar interaction. Toolbar always reports NFR_UNICODE format (proved on native too) and our tooltip use it to send TTN_NEEDTEXTW instead of TTN_NEEDTEXTA. Application creates toolbar with CreateWindowA(). All we need is a test to figure out how tooltip should chose notification format, that's all.