*** empty log message ***

svn path=/trunk/boinc/; revision=7295
This commit is contained in:
Rom Walton 2005-08-13 00:06:08 +00:00
parent df6ec448c5
commit e113fa81e0
1 changed files with 0 additions and 26 deletions

View File

@ -2140,19 +2140,6 @@ void CAccountInfoPage::OnPageChanged( wxWizardEvent& event )
_("Username:")
);
m_AccountInfoDescriptionStaticCtrl->SetLabel(
_("If this is the first time you have attempted to attach to this project then\n"
"you should create a new account. If you already have an account you\n"
"should use your existing username and password to attach to the\n"
"project.")
);
} else {
m_AccountEmailAddressStaticCtrl->SetLabel(
@ -2160,19 +2147,6 @@ void CAccountInfoPage::OnPageChanged( wxWizardEvent& event )
_("Email address:")
);
m_AccountInfoDescriptionStaticCtrl->SetLabel(
_("If this is the first time you have attempted to attach to this project then\n"
"you should create a new account. If you already have an account you\n"
"should use your existing email address and password to attach to the\n"
"project.")
);
}
Fit();