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:
Mark Johnson
2000-03-12 09:11:36 +00:00
parent 79f585d903
commit 36ba4665ff
4 changed files with 7 additions and 4 deletions

View File

@@ -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)