]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
applied patch #428104 (SetSizeHints() for wxMDIChildFrame)
[wxWidgets.git] / src / gtk / app.cpp
index 07fadb9ea6c2abba67c103b86e479372eed1a079..7d15b6e1b37250b70abbfda5d6c9b339f5abefbd 100644 (file)
@@ -549,6 +549,10 @@ bool wxApp::Initialize()
     wxClassInfo::InitializeClasses();
 
     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.