X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2f18548a7e303fb5edd497884e689b39009985a..27d79a5027bee4f46e57c813d072422065cb1592:/interface/wx/button.h diff --git a/interface/wx/button.h b/interface/wx/button.h index 9be66609d8..7c91ca1dc3 100644 --- a/interface/wx/button.h +++ b/interface/wx/button.h @@ -95,7 +95,7 @@ @beginEventEmissionTable{wxCommandEvent} @event{EVT_BUTTON(id, func)} - Process a @c wxEVT_COMMAND_BUTTON_CLICKED event, when the button is clicked. + Process a @c wxEVT_BUTTON event, when the button is clicked. @endEventTable @library{wxcore}