]> git.saurik.com Git - wxWidgets.git/commitdiff
storing modal returncode correctly for carbon
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 28 Jan 2010 13:49:16 +0000 (13:49 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 28 Jan 2010 13:49:16 +0000 (13:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/msgdlg.cpp

index 29a23d18f12b96360a117480b01bbfef78bdbae6..d7d024529c8b90439b3050e54cc717fe039a26c2 100644 (file)
@@ -247,6 +247,8 @@ int wxMessageDialog::ShowModal()
             }
         }
     }
+    
+    SetReturnCode(resultbutton);
 
     return resultbutton;
 }