Set default encoding

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-07-19 08:39:00 +00:00
parent 79656e30d2
commit 0598e263ce

View File

@@ -105,6 +105,10 @@ bool wxApp::Initialize()
{
wxClassInfo::InitializeClasses();
#if wxUSE_INTL
wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
#endif
// GL: I'm annoyed ... I don't know where to put this and I don't want to
// create a module for that as it's part of the core.
#if wxUSE_THREADS