]> git.saurik.com Git - wxWidgets.git/commitdiff
fix doxygen warning
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 30 Mar 2009 19:57:34 +0000 (19:57 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 30 Mar 2009 19:57:34 +0000 (19:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/menu.h

index f0d5009d503ac28e58ba76002ddb07c80ac152b7..f1c9b97d0586dc520e281a346785dd47e137be46 100644 (file)
@@ -427,7 +427,7 @@ public:
       specifying an object whose class has @c EVT_MENU entries;
 
     Note that instead of static @c EVT_MENU macros you can also use dynamic
-    connection; see @ref overview_events_connect.
+    connection; see @ref overview_events_bind.
 
     @library{wxcore}
     @category{menus}