mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9322
This commit is contained in:
parent
4329473e26
commit
3727d8692b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue