- MGR: Load up the new BOINC-Client catalog if it exists.

clientgui/
        BOINCGUIApp.cpp

svn path=/trunk/boinc/; revision=21898
This commit is contained in:
Rom Walton 2010-07-13 16:02:23 +00:00
parent 55e0e86c90
commit 028d26892e
2 changed files with 7 additions and 11 deletions

View File

@ -5066,3 +5066,9 @@ David 12 Jul 2010
BOINC-Client.pot (new)
client/
build_po (new)
Rom 13 July 2010
- MGR: Load up the new BOINC-Client catalog if it exists.
clientgui/
BOINCGUIApp.cpp

View File

@ -284,6 +284,7 @@ bool CBOINCGUIApp::OnInit() {
}
m_pLocale->AddCatalogLookupPathPrefix(wxT("locale"));
m_pLocale->AddCatalog(wxT("BOINC-Manager"));
m_pLocale->AddCatalog(wxT("BOINC-Client"));
InitSupportedLanguages();
@ -396,17 +397,6 @@ bool CBOINCGUIApp::OnInit() {
}
}
#ifdef __WXMAC__
#if 0
// We may still need this code; don't remove it yet -- CAF 1/30/08
// When running BOINC Client as a daemon / service, the menubar icon is sometimes
// unresponsive to mouse clicks if we create it before connecting to the Client.
CBOINCClientManager* pcm = m_pDocument->m_pClientManager;
if (pcm->IsSystemBooting() && pcm->IsBOINCConfiguredAsDaemon()) {
pcm->StartupBOINCCore();
}
#endif
#endif
// Initialize the task bar icon
m_pTaskBarIcon = new CTaskBarIcon(