]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
update frm Ivan Masar
[wxWidgets.git] / src / common / appbase.cpp
index 53d05a50fd3ff6204aed93c85ba926564458928e..e25ad4e178b39ccd1129317f3f84feb1dd1aa6aa 100644 (file)
@@ -33,6 +33,7 @@
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
+    #include "wx/wxcrtvararg.h"
 #endif //WX_PRECOMP
 
 #include "wx/apptrait.h"
@@ -513,6 +514,7 @@ GSocketGUIFunctionsTable* wxConsoleAppTraitsBase::GetSocketGUIFunctionsTable()
 void wxAppTraitsBase::SetLocale()
 {
     setlocale(LC_ALL, "");
+    wxUpdateLocaleIsUtf8();
 }
 #endif