]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/internat.cpp
documented recently added Set/GetItemHelpText() and GetItemFromPoint()
[wxWidgets.git] / samples / internat / internat.cpp
index dd1fe4bbd815df7d1b37ab51a56ba9899b4fca1f..661a990669a8b909150b3568d665efe12bfe57ec 100644 (file)
@@ -191,12 +191,10 @@ bool MyApp::OnInit()
     }
 
     // normally this wouldn't be necessary as the catalog files would be found
-    // in the default locations, but under Windows then the program is not
-    // installed the catalogs are in the parent directory (because the binary
-    // is in a subdirectory of samples/internat) where we wouldn't find them by
+    // in the default locations, but when the program is not installed the
+    // catalogs are in the build directory where we wouldn't find them by
     // default
     wxLocale::AddCatalogLookupPathPrefix(wxT("."));
-    wxLocale::AddCatalogLookupPathPrefix(wxT(".."));
 
     // Initialize the catalogs we'll be using
     m_locale.AddCatalog(wxT("internat"));