added wxAppTraits::SetLocale() and call it during wxApp initialization in all ports, not just wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-12 01:46:14 +00:00
parent 69c928ef47
commit d774f9161c
6 changed files with 34 additions and 12 deletions

View File

@@ -329,6 +329,11 @@ static wxString GetSM()
// wxGUIAppTraits
//-----------------------------------------------------------------------------
void wxGUIAppTraits::SetLocale()
{
gtk_set_locale();
}
#ifdef __WXDEBUG__
#if wxUSE_STACKWALKER