X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc699de848bcead97528901420ee975df1b9442a..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/simplebook.h diff --git a/interface/wx/simplebook.h b/interface/wx/simplebook.h index 2fe9c5f67c..7291c129d6 100644 --- a/interface/wx/simplebook.h +++ b/interface/wx/simplebook.h @@ -27,8 +27,8 @@ appearance of its own. There are also no special events, this class reuses - @c wxEVT_COMMAND_BOOKCTRL_PAGE_CHANGING and @c - wxEVT_COMMAND_BOOKCTRL_PAGE_CHANGED events for the events it generates if + @c wxEVT_BOOKCTRL_PAGE_CHANGING and @c + wxEVT_BOOKCTRL_PAGE_CHANGED events for the events it generates if the program calls SetSelection(). @library{none}