]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix for generic implementation.
authorKevin Ollivier <kevino@theolliviers.com>
Sat, 23 Jan 2010 22:45:24 +0000 (22:45 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sat, 23 Jan 2010 22:45:24 +0000 (22:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dlgcmn.cpp

index 631d459b396c37dd00cb7f9d99577a2477893b51..2f1cac5f5605fe7804f5c619c9b42d703d440684 100644 (file)
@@ -476,7 +476,6 @@ void wxDialogBase::ShowWindowModal ()
 {
     ShowModal();
     SendWindowModalDialogEvent ( wxEVT_WINDOW_MODAL_DIALOG_CLOSED  );
-    return true;
 }
 
 void wxDialogBase::SendWindowModalDialogEvent ( wxEventType type )