mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=12217
This commit is contained in:
parent
138f17af40
commit
341ea90482
|
@ -2413,3 +2413,9 @@ David 13 Mar 2007
|
|||
str_util.C
|
||||
sched/
|
||||
sched_config.C
|
||||
|
||||
David 13 Mar 2007
|
||||
- compile fix
|
||||
|
||||
clientgui/
|
||||
ProjectInfoPage.cpp,h
|
||||
|
|
|
@ -285,7 +285,7 @@ void CProjectInfoPage::OnPageChanged( wxWizardExEvent& event ) {
|
|||
|
||||
// Populate the combo box with project information
|
||||
//
|
||||
pDoc->rpc.get_project_list(pl);
|
||||
pDoc->rpc.get_all_projects_list(pl);
|
||||
for (i=0; i<pl.projects.size(); i++) {
|
||||
m_pProjectSelectionCtrl->Append(wxString(pl.projects[i]->name.c_str(), wxConvUTF8));
|
||||
}
|
||||
|
|
|
@ -95,7 +95,7 @@ public:
|
|||
wxString m_strProjectURL;
|
||||
////@end CProjectInfoPage member variables
|
||||
|
||||
PROJECTLIST pl;
|
||||
ALL_PROJECTS_LIST pl;
|
||||
};
|
||||
|
||||
#endif // _WIZ_PROJECTINFOPAGE_H_
|
||||
|
|
Loading…
Reference in New Issue