[Bug 7712] WeatherScope window title bars (including dialogs) only display 1 character

Wine Bugs wine-bugs at winehq.org
Fri Mar 16 16:11:24 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7712





------- Additional Comments From mikolaj.zalewski at gmail.com  2007-16-03 16:11 -------
Created an attachment (id=5393)
 --> (http://bugs.winehq.org/attachment.cgi?id=5393&action=view)
a testcase

It's known that the window being Unicode depends on RegisterClass, not on
CreateWindow. The problem is that this programs passes DefWindowProcA to
RegisterClassExW as the winproc. I've checked that this works under Windows
(and there is no DefWindowProcA -> DefWindowProcW call I speculated about in
comment #21). The attached testcase shows this.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list