mirror of https://github.com/BOINC/boinc.git
- 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:
parent
06af65e61a
commit
ed7dd449ed
|
@ -714,9 +714,16 @@ David 18 Jan 2012
|
||||||
user/
|
user/
|
||||||
userw.php
|
userw.php
|
||||||
|
|
||||||
Rom 18 Jan 2011
|
Rom 18 Jan 2012
|
||||||
- VBOX: Use the documented way to reset the UUID of a virtual hard
|
- VBOX: Use the documented way to reset the UUID of a virtual hard
|
||||||
disk. Thanks Daniel.
|
disk. Thanks Daniel.
|
||||||
|
|
||||||
samples/vboxwrapper
|
samples/vboxwrapper
|
||||||
vbox.cpp
|
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
|
||||||
|
|
|
@ -787,12 +787,12 @@ void CBOINCBaseView::UpdateWebsiteSelection(long lControlGroup, PROJECT* project
|
||||||
if (m_pListPane->GetSelectedItemCount()) {
|
if (m_pListPane->GetSelectedItemCount()) {
|
||||||
if (project) {
|
if (project) {
|
||||||
// Create the web sites task group
|
// Create the web sites task group
|
||||||
pGroup = new CTaskItemGroup( _("Web sites") );
|
pGroup = new CTaskItemGroup( _("Project web pages") );
|
||||||
m_TaskGroups.push_back( pGroup );
|
m_TaskGroups.push_back( pGroup );
|
||||||
|
|
||||||
// Default project url
|
// Default project url
|
||||||
pItem = new CTaskItem(
|
pItem = new CTaskItem(
|
||||||
wxString(project->project_name.c_str(), wxConvUTF8),
|
wxString("Home page", wxConvUTF8),
|
||||||
wxT(""),
|
wxT(""),
|
||||||
wxString(project->master_url, wxConvUTF8),
|
wxString(project->master_url, wxConvUTF8),
|
||||||
ID_TASK_PROJECT_WEB_PROJDEF_MIN
|
ID_TASK_PROJECT_WEB_PROJDEF_MIN
|
||||||
|
|
Loading…
Reference in New Issue