*** empty log message ***

svn path=/trunk/boinc/; revision=9602
This commit is contained in:
Rom Walton 2006-03-06 17:41:52 +00:00
parent dd09f559f1
commit 92d231236e
1 changed files with 2 additions and 0 deletions

View File

@ -489,6 +489,7 @@ void CAccountInfoPage::OnAccountUseExistingCtrlSelected( wxCommandEvent& event )
); );
m_pAccountConfirmPasswordStaticCtrl->Hide(); m_pAccountConfirmPasswordStaticCtrl->Hide();
m_pAccountConfirmPasswordCtrl->Hide(); m_pAccountConfirmPasswordCtrl->Hide();
m_pAccountPasswordRequirmentsStaticCtrl->Hide();
m_pAccountEmailAddressCtrl->SetFocus(); m_pAccountEmailAddressCtrl->SetFocus();
Fit(); Fit();
} }
@ -503,6 +504,7 @@ void CAccountInfoPage::OnAccountCreateCtrlSelected( wxCommandEvent& event ) {
); );
m_pAccountConfirmPasswordStaticCtrl->Show(); m_pAccountConfirmPasswordStaticCtrl->Show();
m_pAccountConfirmPasswordCtrl->Show(); m_pAccountConfirmPasswordCtrl->Show();
m_pAccountPasswordRequirmentsStaticCtrl->Show();
m_pAccountEmailAddressCtrl->SetFocus(); m_pAccountEmailAddressCtrl->SetFocus();
Fit(); Fit();
} }