mirror of https://github.com/BOINC/boinc.git
Manager: show project name in account-info page
This commit is contained in:
parent
21d5d8c7f3
commit
89ccacd589
|
@ -382,9 +382,10 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
m_pAccountManagerLinkLabelStaticCtrl->Hide();
|
||||
}
|
||||
|
||||
m_pTitleStaticCtrl->SetLabel(
|
||||
_("Identify your account ")
|
||||
);
|
||||
wxString str;
|
||||
wxString name = wxString(pc.name.c_str(), wxConvUTF8);
|
||||
str.Printf(_("Identify your account at %s"), name.c_str());
|
||||
m_pTitleStaticCtrl->SetLabel(str);
|
||||
|
||||
if (!IS_ACCOUNTMANAGERWIZARD() && !IS_ACCOUNTMANAGERUPDATEWIZARD()) {
|
||||
if (pc.client_account_creation_disabled) {
|
||||
|
|
Loading…
Reference in New Issue