]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dialog.cpp
implement flag for Unix-like behaviour in wxCmdLineParser::ConverStringToArgs()
[wxWidgets.git] / src / gtk / dialog.cpp
index c70813d55755b7da1ccdee9223032d091a3111a8..dcdaec3cbe58352b707c382b4bd238959852d4c3 100644 (file)
@@ -98,11 +98,7 @@ void wxDialog::SetModal( bool WXUNUSED(flag) )
 
 int wxDialog::ShowModal()
 {
-    if (IsModal())
-    {
-       wxFAIL_MSG( wxT("wxDialog:ShowModal called twice") );
-       return GetReturnCode();
-    }
+    wxASSERT_MSG( !IsModal(), "ShowModal() can't be called twice" );
 
     // release the mouse if it's currently captured as the window having it
     // will be disabled when this dialog is shown -- but will still keep the