X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1191c93ebc356c379a6c20c0214b3a14562cfbdf..1320116514558cf465247b15f2458a8b23ee7724:/samples/internat/internat.cpp diff --git a/samples/internat/internat.cpp b/samples/internat/internat.cpp index 7dc7240a22..661a990669 100644 --- a/samples/internat/internat.cpp +++ b/samples/internat/internat.cpp @@ -190,9 +190,11 @@ bool MyApp::OnInit() } } - // if the message catalogs are installed in non-default locations you can - // use this function to let wxLocale know about them - // wxLocale::AddCatalogLookupPathPrefix(wxT("message_catalogs_subdir")); + // normally this wouldn't be necessary as the catalog files would be found + // 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(".")); // Initialize the catalogs we'll be using m_locale.AddCatalog(wxT("internat"));