]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/menu.h
No real changes, just rename double variables to "d".
[wxWidgets.git] / interface / wx / menu.h
index 5dedfe92906b7a9b71e5939b5d6a6207d3903b8b..a6b5cbe0d907c999ea46a0f641eca7e472e54558 100644 (file)
@@ -474,7 +474,7 @@ public:
     If the menu is part of a menubar, then wxMenuBar event processing is used.
 
     With a popup menu (see wxWindow::PopupMenu), there is a variety of ways to
-    handle a menu selection event (@c wxEVT_COMMAND_MENU_SELECTED):
+    handle a menu selection event (@c wxEVT_MENU):
     - Provide @c EVT_MENU handlers in the window which pops up the menu, or in an
       ancestor of that window (the simplest method);
     - Derive a new class from wxMenu and define event table entries using the @c EVT_MENU macro;