*** empty log message ***

svn path=/trunk/boinc/; revision=9323
This commit is contained in:
Rom Walton 2006-01-27 08:11:29 +00:00
parent 3727d8692b
commit b559e267e1
5 changed files with 3 additions and 3 deletions

View File

@ -373,7 +373,6 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) {
}
m_pAccountEmailAddressCtrl->SetFocus();
Fit();
}

View File

@ -183,7 +183,6 @@ void CAccountManagerInfoPage::OnPageChanged( wxWizardExEvent& event ) {
);
m_pProjectUrlCtrl->SetFocus();
Fit();
}

View File

@ -271,6 +271,8 @@ void CCompletionPage::OnPageChanged( wxWizardExEvent& event ) {
_("Click Finish to close.")
);
}
Fit();
}
/*!

View File

@ -351,7 +351,7 @@ void CWelcomePage::OnPageChanged( wxWizardExEvent& event ) {
_("To continue, click Next.")
);
GetSizer()->Fit(this);
Fit();
}
/*!

Binary file not shown.