]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed a misleading comment
authorJulian Smart <julian@anthemion.co.uk>
Mon, 13 Aug 2007 14:02:25 +0000 (14:02 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 13 Aug 2007 14:02:25 +0000 (14:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/menu.cpp

index 82b03573ef2434dcd8edacf3fe605d881a86b44d..9c8df7c0785a1fda3aa72fd1a84b66659483e97c 100644 (file)
@@ -747,10 +747,6 @@ wxMenuItem::~wxMenuItem()
 // return the menu item text without any menu accels
 /* static */
 
 // 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
 wxString wxMenuItemBase::GetLabelText(const wxString& text)
 {
     // The argument to this function will now always be in wxWidgets standard label