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:
Rom Walton 2016-02-19 22:55:27 -05:00
parent a93241e2ca
commit b255443c3c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}