added wxUSE_INTL around wxLocale::GetSystemEncoding

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-06-03 16:19:36 +00:00
parent 030c0beade
commit 5c3e299e08
2 changed files with 4 additions and 0 deletions

View File

@ -550,7 +550,9 @@ bool wxApp::Initialize()
wxSystemSettings::Init();
#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.

View File

@ -550,7 +550,9 @@ bool wxApp::Initialize()
wxSystemSettings::Init();
#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.