added missing wxGUIAppTraits::SetLocale()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -201,3 +201,9 @@ wxString wxGUIAppTraits::GetDesktopEnvironment() const
|
|||||||
{
|
{
|
||||||
return wxEmptyString;
|
return wxEmptyString;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void wxGUIAppTraits::SetLocale()
|
||||||
|
{
|
||||||
|
gtk_set_locale();
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user