mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4466
This commit is contained in:
parent
e1a0764e4e
commit
d5b1bcde85
|
@ -57,6 +57,11 @@ bool CBOINCGUIApp::OnInit()
|
|||
wxASSERT(NULL != m_pLocale);
|
||||
|
||||
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
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue