From 6322fe2254bd17d0a5e2d0800b560d9a757e5dd4 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 18 Nov 2008 21:50:00 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=16531 --- clientgui/WelcomePage.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clientgui/WelcomePage.cpp b/clientgui/WelcomePage.cpp index 2e8823656f..be8d2997a2 100644 --- a/clientgui/WelcomePage.cpp +++ b/clientgui/WelcomePage.cpp @@ -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);