mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5211
This commit is contained in:
parent
9c07ef7a36
commit
556741fa8c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue