mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11456
This commit is contained in:
parent
0c9b45d6be
commit
0f62440448
|
@ -108,6 +108,12 @@ void StatImageLoader::AddMenuItems()
|
||||||
wxASSERT(pDoc);
|
wxASSERT(pDoc);
|
||||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
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);
|
PROJECT* project = pDoc->state.lookup_project(m_prjUrl);
|
||||||
urlCount = project->gui_urls.size();
|
urlCount = project->gui_urls.size();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue