git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36560
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/* static */
wxString wxControl::GTKConvertMnemonics(const wxString& label)
{
+#ifdef __WXGTK20__
return GTKProcessMnemonics(label, MNEMONICS_CONVERT);
+#else
+ return GTKRemoveMnemonics(label);
+#endif
}
// ----------------------------------------------------------------------------
/* static */
wxString wxControl::GTKConvertMnemonics(const wxString& label)
{
+#ifdef __WXGTK20__
return GTKProcessMnemonics(label, MNEMONICS_CONVERT);
+#else
+ return GTKRemoveMnemonics(label);
+#endif
}
// ----------------------------------------------------------------------------