From 3ad3e4b42de76d06ec9c3f4fbc984fd768fde335 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 13 Aug 2007 17:33:35 +0000 Subject: [PATCH] Typo correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk1/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk1/menu.cpp b/src/gtk1/menu.cpp index c7076518c3..ddd352d6ea 100644 --- a/src/gtk1/menu.cpp +++ b/src/gtk1/menu.cpp @@ -798,9 +798,9 @@ wxString wxMenuItemBase::GetLabelFromText(const wxString& text) } // wxPrintf( wxT("GetLabelFromText(): text %s label %s\n"), text.c_str(), label.c_str() ); -#endif return label; +#endif } void wxMenuItem::SetText( const wxString& string )