]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
we can now use png/jpeg/gif
[wxWidgets.git] / include / wx / generic / notebook.h
index 467a27e58b03f2404f2e169e0004b279fe8ec769..f55b0db48f3c447aa1a45ebed015698dfed2645a 100644 (file)
@@ -47,14 +47,14 @@ public:
              const wxPoint& pos = wxDefaultPosition,
              const wxSize& size = wxDefaultSize,
              long style = 0,
-             const wxString& name = "notebook");
+             const wxString& name = wxT("notebook"));
     // Create() function
   bool Create(wxWindow *parent,
               wxWindowID id,
               const wxPoint& pos = wxDefaultPosition,
               const wxSize& size = wxDefaultSize,
               long style = 0,
-              const wxString& name = "notebook");
+              const wxString& name = wxT("notebook"));
     // dtor
   ~wxNotebook();