From 92d231236ecbdd987d15036a4f1cfc495ae89d2a Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 6 Mar 2006 17:41:52 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9602 --- clientgui/AccountInfoPage.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clientgui/AccountInfoPage.cpp b/clientgui/AccountInfoPage.cpp index ef1abf563b..afcfed2a8c 100644 --- a/clientgui/AccountInfoPage.cpp +++ b/clientgui/AccountInfoPage.cpp @@ -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(); }