X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/681be2ef80274e6c39b243922a594c59e4983dab..bd21f7eaf01f7056ff2cb1529209eb9d0e7b74f4:/include/wx/generic/notebook.h?ds=inline diff --git a/include/wx/generic/notebook.h b/include/wx/generic/notebook.h index 3f1a607d83..e328e0bfcf 100644 --- a/include/wx/generic/notebook.h +++ b/include/wx/generic/notebook.h @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: notebook.h +// Name: wx/generic/notebook.h // Purpose: wxNotebook class (a.k.a. property sheet, tabbed dialog) // Author: Julian Smart // Modified by: -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -107,7 +106,7 @@ public: wxNotebookPage *pPage, const wxString& strText, bool bSelect = false, - int imageId = -1); + int imageId = NO_IMAGE); // callbacks // ---------