*** empty log message ***

svn path=/trunk/boinc/; revision=9322
This commit is contained in:
Rom Walton 2006-01-27 01:43:03 +00:00
parent 4329473e26
commit 3727d8692b
2 changed files with 3 additions and 0 deletions

View File

@ -198,6 +198,8 @@ wxWizardPageEx* CAccountManagerStatusPage::GetNext() const
} else if (m_pAcctManagerUpdateCtrl->GetValue() && ((CWizardAccountManager*)GetParent())->m_bCredentialsCached) {
// We are supposed to update and we already have credentials to the
// account manager
((CWizardAccountManager*)GetParent())->IsAccountManagerUpdateWizard = true;
((CWizardAccountManager*)GetParent())->IsAccountManagerRemoveWizard = false;
return PAGE_TRANSITION_NEXT(ID_ACCOUNTMANAGERPROCESSINGPAGE);
} else if (m_pAcctManagerUpdateCtrl->GetValue()) {
// We are supposed to update and we do not have credentials to the

View File

@ -110,6 +110,7 @@ void CCompletionPage::CreateControls()
m_pCompletionWelcome = new wxStaticText;
m_pCompletionWelcome->Create( itemWizardPage79, wxID_STATIC, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
m_pCompletionWelcome->SetFont(wxFont(10, wxSWISS, wxNORMAL, wxBOLD, FALSE));
itemBoxSizer80->Add(m_pCompletionWelcome, 0, wxALIGN_LEFT|wxALL, 5);
m_pCompletionBrandedMessage = new wxStaticText;