X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6794ca461c36683a4d3e5118c113317d1c0f3f8b..ccec90930cfc38bd4347a97f46481242d9fd23cd:/src/gtk/stattext.cpp diff --git a/src/gtk/stattext.cpp b/src/gtk/stattext.cpp index 61ba78062b..b3f96071ae 100644 --- a/src/gtk/stattext.cpp +++ b/src/gtk/stattext.cpp @@ -232,7 +232,7 @@ void wxStaticText::DoSetLabel(const wxString& str) { // this function looks like GTKSetLabelForLabel() but here we just want to modify // the GTK control without altering any internal wxStaticText variable - + const wxString labelGTK = GTKConvertMnemonics(str); gtk_label_set_text_with_mnemonic(GTK_LABEL(m_widget), wxGTK_CONV(labelGTK)); }