[Bug 37370] Doom3 CD version installer - cancel buton does nothing.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 22 12:11:04 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=37370

--- Comment #6 from super_man at post.com ---
Since I dont have this specific game I am not even trying to form a patch for
this. But

http://source.winehq.org/git/wine.git/blob/5cf42c0c97cce235101da6762a4cdfc965a09f0d:/dlls/user32/msgbox.c#l328

That function is missing lot of functionality.

 344      case IDOK:
 345      case IDCANCEL:
 346      case IDABORT:
 347      case IDRETRY:
 348      case IDIGNORE:
 349      case IDYES:
 350      case IDNO:
 351      case IDTRYAGAIN:

For example these cases don't do anything.

I quess adding something into IDCANCEL could work.

-- 
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