]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
added a more convenient version of wxFileType::GetOpenCommand()
[wxWidgets.git] / include / wx / gtk / notebook.h
index b2111426999e137501bd139545c164fd4d5cc423..d65e1a147971709b567e9879b19d9a25ba9f19b6 100644 (file)
@@ -39,14 +39,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
     virtual ~wxNotebook();