From: Vadim Zeitlin Date: Mon, 19 Mar 2007 00:49:03 +0000 (+0000) Subject: added missing wxGUIAppTraits::SetLocale() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a1f1afe4014f112b040ead117e9097b686c88caf added missing wxGUIAppTraits::SetLocale() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk1/utilsgtk.cpp b/src/gtk1/utilsgtk.cpp index 3439ce69e6..cefd4eddda 100644 --- a/src/gtk1/utilsgtk.cpp +++ b/src/gtk1/utilsgtk.cpp @@ -201,3 +201,9 @@ wxString wxGUIAppTraits::GetDesktopEnvironment() const { return wxEmptyString; } + +void wxGUIAppTraits::SetLocale() +{ + gtk_set_locale(); +} +