]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/progdlgg.h
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
[wxWidgets.git] / include / wx / generic / progdlgg.h
index 32383adb594d12d663702aece8e65b48ac4b164f..a3ff1a8f029ebd595b1dde00d770f1184b36609f 100644 (file)
@@ -50,7 +50,7 @@ public:
     /* Update the status bar to the new value.
        @param value new value
        @param newmsg if used, new message to display
-       @returns true if ABORT button has not been pressed
+       @return true if ABORT button has not been pressed
     */
     virtual bool Update(int value, const wxString& newmsg = wxEmptyString, bool *skip = NULL);