mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9602
This commit is contained in:
parent
dd09f559f1
commit
92d231236e
|
@ -489,6 +489,7 @@ void CAccountInfoPage::OnAccountUseExistingCtrlSelected( wxCommandEvent& event )
|
|||
);
|
||||
m_pAccountConfirmPasswordStaticCtrl->Hide();
|
||||
m_pAccountConfirmPasswordCtrl->Hide();
|
||||
m_pAccountPasswordRequirmentsStaticCtrl->Hide();
|
||||
m_pAccountEmailAddressCtrl->SetFocus();
|
||||
Fit();
|
||||
}
|
||||
|
@ -503,6 +504,7 @@ void CAccountInfoPage::OnAccountCreateCtrlSelected( wxCommandEvent& event ) {
|
|||
);
|
||||
m_pAccountConfirmPasswordStaticCtrl->Show();
|
||||
m_pAccountConfirmPasswordCtrl->Show();
|
||||
m_pAccountPasswordRequirmentsStaticCtrl->Show();
|
||||
m_pAccountEmailAddressCtrl->SetFocus();
|
||||
Fit();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue