[Bug 21295] Painkiller and Painkiller Black Edition cannot accept CD Key submission preventing installation

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 30 16:52:14 CDT 2010


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





--- Comment #10 from Wylda <wylda at volny.cz>  2010-04-30 16:52:14 ---

Following patch fixes the issue for wine-1.1.43-408-g3317fc3. Wasn't idResult
omitted by mistake during some rewrite?



--- orig/dlls/user32/dialog.c   2010-04-30 23:38:53.000000000 +0200
+++ new/dlls/user32/dialog.c    2010-04-30 23:39:44.000000000 +0200
@@ -672,6 +672,7 @@
     dlgInfo->hMenu       = hMenu;
     dlgInfo->xBaseUnit   = xBaseUnit;
     dlgInfo->yBaseUnit   = yBaseUnit;
+    dlgInfo->idResult    = 0;
     dlgInfo->flags       = flags;

     if (template.helpId) SetWindowContextHelpId( hwnd, template.helpId );

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