]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/button.h
Minor wording fixes in wxDataStream classes documentation.
[wxWidgets.git] / interface / wx / button.h
index 9be66609d8269fe96e15a925d6d6ceacfcb2c49f..7c91ca1dc390a286104381135bf670f62750e012 100644 (file)
@@ -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}