From 8d2d37d26864154a55049707c5a693a61f707230 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 30 Mar 2009 19:57:34 +0000 Subject: [PATCH] fix doxygen warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/menu.h b/interface/wx/menu.h index f0d5009d50..f1c9b97d05 100644 --- a/interface/wx/menu.h +++ b/interface/wx/menu.h @@ -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}