*** empty log message ***

svn path=/trunk/boinc/; revision=9620
This commit is contained in:
Rom Walton 2006-03-07 23:43:30 +00:00
parent 84bc273a27
commit 4202896f51
2 changed files with 9 additions and 0 deletions

View File

@ -2694,3 +2694,10 @@ Rom 7 Mar 2006
client/
acct_mgr.C
Rom 7 Mar 2006
- Bug Fix: Choose a password nit for account managers.
clientgui/
AccountInfoPage.cpp

View File

@ -297,7 +297,9 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) {
}
} else {
m_pAccountQuestionStaticCtrl->Hide();
m_pAccountCreateCtrl->SetValue(FALSE);
m_pAccountCreateCtrl->Hide();
m_pAccountUseExistingCtrl->SetValue(TRUE);
m_pAccountUseExistingCtrl->Hide();
m_pAccountPasswordRequirmentsStaticCtrl->Hide();