*** empty log message ***

svn path=/trunk/boinc/; revision=5211
This commit is contained in:
Rom Walton 2005-01-26 06:00:41 +00:00
parent 9c07ef7a36
commit 556741fa8c
2 changed files with 8 additions and 4 deletions

View File

@ -23253,3 +23253,10 @@ David 25 Jan 2005
gui_rpc_client.C,h
html/project.sample/
project.inc
Rom 25 Jan 2005
- Allow BOINC Manager to search for it's localization catalog files in
a sub directory called 'locale' like it does in Windows.
clientgui/
BOINCGUIApp.cpp

View File

@ -72,12 +72,9 @@ bool CBOINCGUIApp::OnInit()
m_pLocale = new wxLocale();
wxASSERT(NULL != m_pLocale);
// Locale information is stored relative to the executable,
m_pLocale->Init();
#ifdef __WXMSW__
// In Windows local information is stored relative to the executable,
// in the Unix world it may be different.
m_pLocale->AddCatalogLookupPathPrefix(wxT("locale"));
#endif
m_pLocale->AddCatalog(GetAppName());
// Initialize the configuration storage module