- Manager: in project web links, use "Home Page" instead of the

project name (which could be very long)

svn path=/trunk/boinc/; revision=25104
This commit is contained in:
David Anderson 2012-01-19 03:49:37 +00:00
parent 06af65e61a
commit ed7dd449ed
2 changed files with 10 additions and 3 deletions

View File

@ -714,9 +714,16 @@ David 18 Jan 2012
user/
userw.php
Rom 18 Jan 2011
Rom 18 Jan 2012
- VBOX: Use the documented way to reset the UUID of a virtual hard
disk. Thanks Daniel.
samples/vboxwrapper
vbox.cpp
David 18 Jan 2012
- Manager: in project web links, use "Home Page" instead of the
project name (which could be very long)
clientgui/
BOINCBaseView.cpp

View File

@ -787,12 +787,12 @@ void CBOINCBaseView::UpdateWebsiteSelection(long lControlGroup, PROJECT* project
if (m_pListPane->GetSelectedItemCount()) {
if (project) {
// Create the web sites task group
pGroup = new CTaskItemGroup( _("Web sites") );
pGroup = new CTaskItemGroup( _("Project web pages") );
m_TaskGroups.push_back( pGroup );
// Default project url
pItem = new CTaskItem(
wxString(project->project_name.c_str(), wxConvUTF8),
wxString("Home page", wxConvUTF8),
wxT(""),
wxString(project->master_url, wxConvUTF8),
ID_TASK_PROJECT_WEB_PROJDEF_MIN