Update the standard catalog name used in the internat sample

What used to be called "fileutils" is called "coreutils" since many
years now, so use it to demonstrate loading of the standard catalog.

Closes https://github.com/wxWidgets/wxWidgets/pull/2395
This commit is contained in:
redtide
2021-06-15 07:34:34 +02:00
committed by Vadim Zeitlin
parent 482eb2fa87
commit a71b3d2cd6

View File

@@ -268,7 +268,7 @@ bool MyApp::OnInit()
#ifdef __LINUX__
{
wxLogNull noLog;
m_locale.AddCatalog("fileutils");
m_locale.AddCatalog("coreutils");
}
#endif