]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
Fixed nasty bug wxFont
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 086aed01756ec5353470b74a00ee7e7917809433..1c2aa872b97b2a513246586217d19207d5f993db 100644 (file)
@@ -146,7 +146,7 @@ public:
     // don't delete it yourself). If bSelect, this page becomes active.
   bool AddPage(wxWindow *pPage,
                const wxString& strText,
-               bool bSelect = FALSE,
+               bool select = FALSE,
                int imageId = -1);
     // @@@@ VZ: I don't know how to implement InsertPage()