Quick Updates

svn path=/trunk/boinc/; revision=16531
This commit is contained in:
Rom Walton 2008-11-18 21:50:00 +00:00
parent 9967112f60
commit 6322fe2254
1 changed files with 2 additions and 3 deletions

View File

@ -219,9 +219,8 @@ void CWelcomePage::CreateControls()
itemBoxSizer3->Add(m_pDirectionsStaticCtrl, 0, wxALIGN_LEFT|wxALL, 5);
if (wcg) {
m_pAppButton = new wxButton(this, ID_CHANGEAPPS, _("Change Research Applications at World Community Grid"));
wxSizer* appSizer = this->GetSizer();
appSizer->Add(m_pAppButton,0, wxALIGN_CENTER,5);
m_pAppButton = new wxButton(itemWizardPage2, ID_CHANGEAPPS, _("Change Research Applications at World Community Grid"));
itemBoxSizer3->Add(m_pAppButton,0, wxALIGN_CENTER,5);
}
itemWizardPage2->SetSizer(itemBoxSizer3);