*** empty log message ***

svn path=/trunk/boinc/; revision=4466
This commit is contained in:
Rom Walton 2004-10-31 23:16:09 +00:00
parent e1a0764e4e
commit d5b1bcde85
17 changed files with 5 additions and 0 deletions

View File

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