]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dialog.cpp
fixing osx_carbon
[wxWidgets.git] / src / os2 / dialog.cpp
index 776f9db9080e1eb13dbab04b8c0d577460880d6e..278b22752fa23d2c937010deb1af6b80a6fba595 100644 (file)
@@ -33,7 +33,6 @@
 #define wxDIALOG_DEFAULT_WIDTH 500
 #define wxDIALOG_DEFAULT_HEIGHT 500
 
-IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxTopLevelWindow)
 
 // ----------------------------------------------------------------------------
 // wxDialogModalData
@@ -115,7 +114,7 @@ bool wxDialog::Create( wxWindow*       pParent,
     //
     // Must defer setting the title until after dialog is created and sized
     //
-    if (!rsTitle.IsNull())
+    if ( !rsTitle.empty() )
         SetTitle(rsTitle);
     return true;
 } // end of wxDialog::Create