X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30083ad8e7c0eb9ea3dcf4f2588149eeb7fe3e32..1be2473f5909d77ec93070d390429d92f3e47298:/src/gtk/utilsgtk.cpp diff --git a/src/gtk/utilsgtk.cpp b/src/gtk/utilsgtk.cpp index 698225a0be..d3df80a878 100644 --- a/src/gtk/utilsgtk.cpp +++ b/src/gtk/utilsgtk.cpp @@ -329,6 +329,13 @@ static wxString GetSM() // wxGUIAppTraits //----------------------------------------------------------------------------- +#if wxUSE_INTL +void wxGUIAppTraits::SetLocale() +{ + gtk_set_locale(); +} +#endif + #ifdef __WXDEBUG__ #if wxUSE_STACKWALKER