X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f4f8a78890aa22c370205bb7ee65b5fe8bc5c9c..43c42c18d36c703a88b1b7b697bac27fe5608eca:/include/wx/richtext/richtextsizepage.h diff --git a/include/wx/richtext/richtextsizepage.h b/include/wx/richtext/richtextsizepage.h index dfba99fd6a..8f3ca6a1b0 100644 --- a/include/wx/richtext/richtextsizepage.h +++ b/include/wx/richtext/richtextsizepage.h @@ -157,10 +157,10 @@ public: /// wxEVT_UPDATE_UI event handler for ID_RICHTEXT_BOTTOM_UNITS void OnRichtextBottomUnitsUpdate( wxUpdateUIEvent& event ); - /// wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_RICHTEXT_PARA_UP + /// wxEVT_BUTTON event handler for ID_RICHTEXT_PARA_UP void OnRichtextParaUpClick( wxCommandEvent& event ); - /// wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_RICHTEXT_PARA_DOWN + /// wxEVT_BUTTON event handler for ID_RICHTEXT_PARA_DOWN void OnRichtextParaDownClick( wxCommandEvent& event ); ////@end wxRichTextSizePage event handler declarations