]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
removing outdated code
[wxWidgets.git] / include / wx / generic / notebook.h
index 3f1a607d830e7dd11766de4fe4a9b58f8a1925a1..1bd34877be4e339944e4b989087332ed272dd12c 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        notebook.h
+// Name:        wx/generic/notebook.h
 // Purpose:     wxNotebook class (a.k.a. property sheet, tabbed dialog)
 // Author:      Julian Smart
 // Modified by:
@@ -107,7 +107,7 @@ public:
                   wxNotebookPage *pPage,
                   const wxString& strText,
                   bool bSelect = false,
-                  int imageId = -1);
+                  int imageId = NO_IMAGE);
 
   // callbacks
   // ---------