]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notebook.h
add SetCharIncludes and SetCharExcludes utilities to wxTextValidator; use iterators...
[wxWidgets.git] / interface / wx / notebook.h
index d323d92e1384e5099a797e611b24f7e48a64b3e2..a04135c4ace70833df99f22c7604fb1dc183a2d2 100644 (file)
@@ -65,7 +65,7 @@
 
     To disable themed pages globally:
     @code
-    wxSystemOptions::SetOption(wxT("msw.notebook.themed-background"), 0);
+    wxSystemOptions::SetOption("msw.notebook.themed-background", 0);
     @endcode
 
     Set the value to 1 to enable it again.