]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
applied patch #428104 (SetSizeHints() for wxMDIChildFrame)
[wxWidgets.git] / src / gtk / app.cpp
index 1bf0720c280cc33fa3b366418c313e6a08bd73da..7d15b6e1b37250b70abbfda5d6c9b339f5abefbd 100644 (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.