No subject


Tue Mar 17 14:04:44 CDT 2009


  PUSHBUTTON "&Yes", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  PUSHBUTTON "&No", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP

So "Yes" has an ID of 6 and "No" has an ID of 7, which is different to Windows,
I guess. (Wine still creates all the buttons and hides the ones which aren't
needed.)

But in include/winuser.rh and include/winuser.h we have:

 /* Standard dialog button IDs */
[snip]
 #define IDYES               6
 #define IDNO                7
[snip]

Strange...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list