]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in internat sample.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 24 Apr 2010 07:06:11 +0000 (07:06 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 24 Apr 2010 07:06:11 +0000 (07:06 +0000)
Catalog should be added with domain name ("wxstd"), not file name
("wxstd.mo").

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/internat/internat.cpp

index c2ffd6905994fd2a3198fcb87ba5a5a57dc9f0b1..c2fa8fcb3605d024a7aac1a45f303a3f43143e89 100644 (file)
@@ -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