From b72572be1b535e5616a04f96b1cac7ccff62899f Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 28 Jan 2011 12:15:56 +0000 Subject: [PATCH] Update a comment svn path=/trunk/boinc/; revision=22957 --- clientgui/sg_TaskPanel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clientgui/sg_TaskPanel.cpp b/clientgui/sg_TaskPanel.cpp index b556689337..a47c9af6ad 100755 --- a/clientgui/sg_TaskPanel.cpp +++ b/clientgui/sg_TaskPanel.cpp @@ -297,8 +297,7 @@ CSimpleTaskPanel::CSimpleTaskPanel( wxWindow* parent ) : // TODO: Standard Mac progress indicator's animation uses lots of CPU // time, and also triggers unnecessary Erase events. Should we use a - // non-standard progress indicator on Mac? See also workarounds in - // CSimplePanelBase::OnEraseBackground(), CSimpleGUIPanel::OnEraseBackground(). + // non-standard progress indicator on Mac? m_ProgressBar = new wxGauge( this, wxID_ANY, 100, wxDefaultPosition, wxDefaultSize, wxGA_HORIZONTAL ); m_ProgressBar->SetValue( 50 ); GetTextExtent(wxT("0"), &w, &h);