mirror of https://github.com/BOINC/boinc.git
MGR: Hitting 'next' on the project welcome page should cause the wizard to call the get_project_config RPC. Otherwise the terminology will not be correct for WCG.
This commit is contained in:
parent
a93241e2ca
commit
b255443c3c
|
@ -199,7 +199,7 @@ wxWizardPageEx* CProjectWelcomePage::GetNext() const
|
|||
} else if (pWA->GetProjectAuthenticator().IsEmpty() && pWA->GetProjectSetupCookie().IsEmpty()) {
|
||||
return PAGE_TRANSITION_NEXT(ID_ACCOUNTINFOPAGE);
|
||||
} else {
|
||||
return PAGE_TRANSITION_NEXT(ID_PROJECTPROCESSINGPAGE);
|
||||
return PAGE_TRANSITION_NEXT(ID_PROJECTPROPERTIESPAGE);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue