*** empty log message ***

svn path=/trunk/boinc/; revision=11456
This commit is contained in:
Charlie Fenton 2006-11-03 03:48:59 +00:00
parent 0c9b45d6be
commit 0f62440448
1 changed files with 6 additions and 0 deletions

View File

@ -108,6 +108,12 @@ void StatImageLoader::AddMenuItems()
wxASSERT(pDoc);
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
#ifndef __WXMAC__
CSkinSimple* pSkinSimple = wxGetApp().GetSkinManager()->GetSimple();
wxASSERT(pSkinSimple);
wxASSERT(wxDynamicCast(pSkinSimple, CSkinSimple));
#endif
PROJECT* project = pDoc->state.lookup_project(m_prjUrl);
urlCount = project->gui_urls.size();