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:
@@ -268,7 +268,7 @@ bool MyApp::OnInit()
|
|||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
{
|
{
|
||||||
wxLogNull noLog;
|
wxLogNull noLog;
|
||||||
m_locale.AddCatalog("fileutils");
|
m_locale.AddCatalog("coreutils");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user