mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=12208
This commit is contained in:
parent
e9e3a89462
commit
3a0310fbe7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue