]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propdlg.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / propdlg.h
index e072904cb20b76d09063c852d3aae8eae9c7ca2c..9b7c9bbe05b458584bbb5b12fb85ac30da2ceca6 100644 (file)
@@ -80,7 +80,7 @@ enum wxPropertySheetDialogFlags
 
         // Add page
         wxPanel* panel = new wxPanel(GetBookCtrl(), ...);
-        GetBookCtrl()->AddPage(panel, wxT("General"));
+        GetBookCtrl()->AddPage(panel, "General");
 
         LayoutDialog();
         return true;
@@ -116,7 +116,7 @@ public:
                           const wxPoint& pos = wxDefaultPosition,
                           const wxSize& size = wxDefaultSize,
                           long style = wxDEFAULT_DIALOG_STYLE,
-                          const wxString& name = "dialogBox");
+                          const wxString& name = wxDialogNameStr);
 
     /**
         Override this if you wish to add the book control in a way different from the