*** empty log message ***

svn path=/trunk/boinc/; revision=12208
This commit is contained in:
Rom Walton 2007-03-10 19:13:27 +00:00
parent e9e3a89462
commit 3a0310fbe7
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ void CProjectInfoPage::OnPageChanged( wxWizardExEvent& event ) {
Fit();
m_pProjectSelectionCtrl->SetValue(
ConstructProjectTitle(wxString(pl.projects[0]->name.c_str(), wxConvUTF8))
wxString(pl.projects[0]->name.c_str(), wxConvUTF8)
);
m_pProjectSelectionDescriptionStaticCtrl->SetLabel(
wxString(pl.projects[0]->description.c_str(), wxConvUTF8)