]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dialog.cpp
add missing ! accidentally dropped in last commit
[wxWidgets.git] / src / gtk / dialog.cpp
index 7a4f9e300917bb366ccd89d5e8bf495456d54c8e..bb0f74e2efcee2dc2bc8e7c500681757380915d7 100644 (file)
@@ -139,7 +139,7 @@ void wxDialog::EndModal( int retCode )
 
     if (!IsModal())
     {
-        wxFAIL_MSG( wxT("wxDialog:EndModal called twice") );
+        wxFAIL_MSG( "either wxDialog:EndModal called twice or ShowModal wasn't called" );
         return;
     }