]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/deprecated/proplist/proplist.cpp
Applied new master define for CommandBar vs. PocketPC mixed bar.
[wxWidgets.git] / contrib / samples / deprecated / proplist / proplist.cpp
index 82f3ab52e1b70d11f2bb8f2d67b3bfe7c046e370..f2f710453e9b6aff286c40005a5eafa7bd711de4 100644 (file)
@@ -182,7 +182,7 @@ void MyApp::PropertyListTest(bool useDialog)
     if (useDialog)
     {
         propDialog = new PropListDialog(view, NULL, _T("Property Sheet Test"),
-            wxDefaultPosition, wxSize(400, 500), wxDEFAULT_DIALOG_STYLE|wxDIALOG_MODELESS);
+            wxDefaultPosition, wxSize(400, 500));
         m_childWindow = propDialog;
     }
     else
@@ -230,7 +230,7 @@ void MyApp::PropertyFormTest(bool useDialog)
     if (useDialog)
     {
         propDialog = new PropFormDialog(view, NULL, _T("Property Form Test"),
-            wxDefaultPosition, wxSize(380, 250), wxDEFAULT_DIALOG_STYLE|wxDIALOG_MODAL);
+            wxDefaultPosition, wxSize(380, 250));
         m_childWindow = propDialog;
     }
     else