Fix for generic implementation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2010-01-23 22:45:24 +00:00
parent 2d4c4ba89b
commit 2482282d47

View File

@@ -476,7 +476,6 @@ void wxDialogBase::ShowWindowModal ()
{
ShowModal();
SendWindowModalDialogEvent ( wxEVT_WINDOW_MODAL_DIALOG_CLOSED );
return true;
}
void wxDialogBase::SendWindowModalDialogEvent ( wxEventType type )