mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9620
This commit is contained in:
parent
84bc273a27
commit
4202896f51
|
@ -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
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue