]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bmpcbox.h
Put WINDRES_CPU_DEFINE in RESFLAGS and not RESCOMP in configure.
[wxWidgets.git] / interface / wx / bmpcbox.h
index c073ead100378dd47b2da39b06c70bd224865aab..dd86130cf4e32e794544a858da4795127026cf60 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxBitmapComboBox
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -36,7 +36,7 @@
 
     @todo create wxCB_PROCESS_ENTER rather than reusing wxTE_PROCESS_ENTER!
 
-    @beginEventTable{wxCommandEvent}
+    @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_COMBOBOX(id, func)}
            Process a wxEVT_COMMAND_COMBOBOX_SELECTED event, when an item on
            the list is selected.