]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/toolbar.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / interface / wx / toolbar.h
index 958ce46caf7db4239e827e4844d0870e1613eeea..f45393f0f0ac5204563b9cef1c70f739ff797bbb 100644 (file)
@@ -85,7 +85,7 @@
     ignores @c wxTB_NOICONS style. Also, toggling the @c wxTB_TEXT works only
     if the style was initially on.
 
-    @beginEventTable{wxCommandEvent}
+    @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_TOOL(id, func)}
         Process a @c wxEVT_COMMAND_TOOL_CLICKED event (a synonym for @c
         wxEVT_COMMAND_MENU_SELECTED). Pass the id of the tool.