dbbrowse.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -149,7 +149,9 @@ bool MainApp::OnInit(void) // Does everything needed for a program start
|
||||
}
|
||||
else
|
||||
{ // Read in Foreign language's text for GetAppName() and Help
|
||||
m_locale.AddCatalog(GetAppName().c_str());
|
||||
Temp0 = GetAppName();
|
||||
Temp0 = Temp0.Lower();
|
||||
m_locale.AddCatalog(Temp0.c_str());
|
||||
m_locale.AddCatalog("help");
|
||||
}
|
||||
} // Support the following languages (std = english)
|
||||
|
Reference in New Issue
Block a user