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:
@@ -329,6 +329,11 @@ static wxString GetSM()
|
||||
// wxGUIAppTraits
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
void wxGUIAppTraits::SetLocale()
|
||||
{
|
||||
gtk_set_locale();
|
||||
}
|
||||
|
||||
#ifdef __WXDEBUG__
|
||||
|
||||
#if wxUSE_STACKWALKER
|
||||
|
Reference in New Issue
Block a user