]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dialog.cpp
Crash fix under VC++
[wxWidgets.git] / src / motif / dialog.cpp
index 28922a01dd74b943fa52d08a05bed13c6e937c64..55d0b2fbef99f9ad42b28fb9b4868893d5d9f09f 100644 (file)
@@ -291,8 +291,8 @@ void wxDialog::SetTitle(const wxString& title)
 
 bool wxDialog::Show( bool show )
 {
-    if( !wxTopLevelWindowMotif::Show( show ) )
-        return FALSE;
+    if( !wxWindowBase::Show( show ) )
+        return false;
 
     m_isShown = show;