*** empty log message ***

svn path=/trunk/boinc/; revision=11357
This commit is contained in:
Rom Walton 2006-10-25 21:38:06 +00:00
parent 7918111de2
commit 9cdd52f154
1 changed files with 9 additions and 0 deletions

View File

@ -79,7 +79,16 @@ bool CBOINCGUIApp::OnInit() {
// Setup variables with default values
m_bBOINCStartedByManager = false;
m_pLocale = NULL;
m_pSkinManager = NULL;
m_pFrame = NULL;
m_pDocument = NULL;
#if defined(__WXMSW__) || defined(__WXMAC__)
m_pTaskBarIcon = NULL;
#endif
#ifdef __WXMAC__
m_pMacSystemMenu = NULL;
#endif
m_bGUIVisible = true;
m_strDefaultWindowStation = wxT("");
m_strDefaultDesktop = wxT("");