]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/taskbar.h
Document wxMessageQueueError.
[wxWidgets.git] / interface / wx / taskbar.h
index c159284623f10b5ef09453e83b2b73faf713e4b4..5ad254afafccfe7137e68f691f215a0a40839010 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxTaskBarIcon
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -48,7 +48,7 @@ public:
     The user should be required to explicitly enable the taskbar icon on Unix,
     it shouldn't be on by default.
 
-    @beginEventTable{wxTaskBarIconEvent}
+    @beginEventEmissionTable{wxTaskBarIconEvent}
     Note that not all ports are required to send these events and so it's better
     to override wxTaskBarIcon::CreatePopupMenu() if all that the application does
     is that it shows a popup menu in reaction to mouse click.