]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
remove streams tests: they're very basic and already-existing CppUnit stream tests...
[wxWidgets.git] / samples / internat / internat.cpp
index ba9b735ad9e0338fd169b8da0a9353f7dbdb2cc4..c2fa8fcb3605d024a7aac1a45f303a3f43143e89 100644 (file)
@@ -229,7 +229,7 @@ bool MyApp::OnInit()
 
     // don't use wxLOCALE_LOAD_DEFAULT flag so that Init() doesn't return
     // false just because it failed to load wxstd catalog
-    if ( !m_locale.Init(m_lang, wxLOCALE_DONT_LOAD_DEFAULT | wxLOCALE_CONV_ENCODING) )
+    if ( !m_locale.Init(m_lang, wxLOCALE_DONT_LOAD_DEFAULT) )
     {
         wxLogWarning(_("This language is not supported by the system."));
 
@@ -252,7 +252,7 @@ bool MyApp::OnInit()
 
     // Now try to add wxstd.mo so that loading "NOTEXIST.ING" file will produce
     // a localized error message:
-    m_locale.AddCatalog("wxstd.mo");
+    m_locale.AddCatalog("wxstd");
         // NOTE: it's not an error if we couldn't find it!
 
     // this catalog is installed in standard location on Linux systems and