*** empty log message ***

svn path=/trunk/boinc/; revision=11247
This commit is contained in:
Rom Walton 2006-10-05 00:36:20 +00:00
parent adf4a44b55
commit 69553feadf
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ void CViewTabPage::CreatePage()
lnProjName = new CStaticLine(this,wxPoint(20,36),wxSize(316,1));
lnProjName->SetLineColor(appSkin->GetStaticLineCol());
//TODO - is this line below needed?
wxStaticLine spacerLine = new wxStaticLine(this,-1,wxPoint(20,36),wxSize(305,1));
wxStaticLine* spacerLine = new wxStaticLine(this,-1,wxPoint(20,36),wxSize(305,1));
//My Progress
wrkUnitName = wxString(resultWU->name.c_str(),wxConvUTF8);