mirror of https://github.com/BOINC/boinc.git
parent
9967112f60
commit
6322fe2254
|
@ -219,9 +219,8 @@ void CWelcomePage::CreateControls()
|
||||||
itemBoxSizer3->Add(m_pDirectionsStaticCtrl, 0, wxALIGN_LEFT|wxALL, 5);
|
itemBoxSizer3->Add(m_pDirectionsStaticCtrl, 0, wxALIGN_LEFT|wxALL, 5);
|
||||||
|
|
||||||
if (wcg) {
|
if (wcg) {
|
||||||
m_pAppButton = new wxButton(this, ID_CHANGEAPPS, _("Change Research Applications at World Community Grid"));
|
m_pAppButton = new wxButton(itemWizardPage2, ID_CHANGEAPPS, _("Change Research Applications at World Community Grid"));
|
||||||
wxSizer* appSizer = this->GetSizer();
|
itemBoxSizer3->Add(m_pAppButton,0, wxALIGN_CENTER,5);
|
||||||
appSizer->Add(m_pAppButton,0, wxALIGN_CENTER,5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
itemWizardPage2->SetSizer(itemBoxSizer3);
|
itemWizardPage2->SetSizer(itemBoxSizer3);
|
||||||
|
|
Loading…
Reference in New Issue