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 )