mirror of https://github.com/BOINC/boinc.git
- 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:
parent
55e0e86c90
commit
028d26892e
|
@ -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
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue