X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d774f9161c7f63060fbdfdcbcd3d60bf2fa65262..38b36b4c679d20adb70d1695f3be9b801fdbf556:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index c50a21629c..d3df80a878 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -329,10 +329,12 @@ static wxString GetSM() // wxGUIAppTraits //----------------------------------------------------------------------------- +#if wxUSE_INTL void wxGUIAppTraits::SetLocale() { gtk_set_locale(); } +#endif #ifdef __WXDEBUG__