]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/button.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / button.h
index 9be66609d8269fe96e15a925d6d6ceacfcb2c49f..afbb6d363709addac362fdab380a2df978a3df6b 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        button.h
 // Purpose:     interface of wxButton
 // Author:      wxWidgets team
 // Name:        button.h
 // Purpose:     interface of wxButton
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -95,7 +94,7 @@
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_BUTTON(id, func)}
 
     @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}
     @endEventTable
 
     @library{wxcore}