]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/utilsgtk.cpp
fix compilation after c_str() changes, mainly by replacing c_str() with mb_str()
[wxWidgets.git] / src / gtk / utilsgtk.cpp
index 698225a0beb75acad1a38317df6c00a6ce5dc1a3..c50a21629c6e7fe0f8c7b90e4da07358c7f87daa 100644 (file)
@@ -329,6 +329,11 @@ static wxString GetSM()
 // wxGUIAppTraits
 //-----------------------------------------------------------------------------
 
+void wxGUIAppTraits::SetLocale()
+{
+    gtk_set_locale();
+}
+
 #ifdef __WXDEBUG__
 
 #if wxUSE_STACKWALKER