From 387c7b3eefde23a62e20465000dd96d58fc63bcd Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 13 Aug 2007 14:02:25 +0000 Subject: [PATCH] Removed a misleading comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/menu.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gtk/menu.cpp b/src/gtk/menu.cpp index 82b03573ef..9c8df7c078 100644 --- a/src/gtk/menu.cpp +++ b/src/gtk/menu.cpp @@ -747,10 +747,6 @@ wxMenuItem::~wxMenuItem() // return the menu item text without any menu accels /* static */ -// TODO: this is now wrong, because it will be used by public APIs -// to convert from label-with-wxWidgets-hotkeys to plain text, -// and this function converts from GTK+ hotkeys to plain text. - wxString wxMenuItemBase::GetLabelText(const wxString& text) { // The argument to this function will now always be in wxWidgets standard label -- 2.49.0