From 9cdd52f1545d4a53849bd29b66efc4d47e3591fe Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 25 Oct 2006 21:38:06 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11357 --- clientgui/BOINCGUIApp.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 38ddd25826..f28895427e 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -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("");