X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0824e369691b4a23a484e1d258b6e4ea021b022a..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/menu.h diff --git a/interface/wx/menu.h b/interface/wx/menu.h index 5dedfe9290..9571021c8d 100644 --- a/interface/wx/menu.h +++ b/interface/wx/menu.h @@ -2,7 +2,6 @@ // Name: menu.h // Purpose: interface of wxMenuBar // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -474,7 +473,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;