]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
Add comment about wxBitmap::SetPalette() not being implemented
[wxWidgets.git] / include / wx / generic / notebook.h
index f1307aec63821d3d632578922d00ec943a0fa903..cb181e61a463d566dada27d95cbd76dc05414aca 100644 (file)
@@ -47,14 +47,14 @@ public:
              const wxPoint& pos = wxDefaultPosition,
              const wxSize& size = wxDefaultSize,
              long style = 0,
-             const wxString& name = wxT("notebook"));
+             const wxString& name = wxNotebookNameStr);
     // Create() function
   bool Create(wxWindow *parent,
               wxWindowID id,
               const wxPoint& pos = wxDefaultPosition,
               const wxSize& size = wxDefaultSize,
               long style = 0,
-              const wxString& name = wxT("notebook"));
+              const wxString& name = wxNotebookNameStr);
     // dtor
   ~wxNotebook();