mirror of https://github.com/BOINC/boinc.git
- actually, make it
"Tasks checkpoint to disk at most every ..." and change it in the advanced prefs dialog too svn path=/trunk/boinc/; revision=19294
This commit is contained in:
parent
b0d44d7564
commit
072fb7e4de
|
@ -8577,3 +8577,13 @@ David 12 Oct 2009
|
|||
app_start.cpp
|
||||
html/inc/
|
||||
prefs.inc
|
||||
|
||||
David 12 Oct 2009
|
||||
- actually, make it
|
||||
"Tasks checkpoint to disk at most every ..."
|
||||
and change it in the advanced prefs dialog too
|
||||
|
||||
clientgui/
|
||||
DlgAdvPreferencesBase.cpp
|
||||
html/inc/
|
||||
prefs.inc
|
||||
|
|
|
@ -499,7 +499,7 @@ CDlgAdvPreferencesBase::CDlgAdvPreferencesBase( wxWindow* parent, int id, wxStri
|
|||
m_staticText45 = new wxStaticText( m_panelDiskAndMemory, ID_DEFAULT, _("% of total disk space"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
fgSizerDiskUsage->Add( m_staticText45, 0, wxALL, 5 );
|
||||
|
||||
m_staticText46 = new wxStaticText( m_panelDiskAndMemory, ID_DEFAULT, _("Write to disk at most every"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT );
|
||||
m_staticText46 = new wxStaticText( m_panelDiskAndMemory, ID_DEFAULT, _("Tasks checkpoint to disk at most every"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT );
|
||||
fgSizerDiskUsage->Add( m_staticText46, 0, wxALL|wxEXPAND, 5 );
|
||||
|
||||
m_txtDiskWriteToDisk = new wxTextCtrl( m_panelDiskAndMemory, ID_TXTDISKWRITETODISK, wxT(""), wxDefaultPosition, wxSize( 50,-1 ), wxTE_RIGHT );
|
||||
|
|
|
@ -114,7 +114,7 @@ define("USE_AT_MOST", "Use at most");
|
|||
define("USE_AT_MOST2", "Use at most<span class=note><br>(Can be used to reduce CPU heat)</span>");
|
||||
define("USE_AT_MOST3", "Use at most");
|
||||
define("CPU_USAGE_LIMIT_DESC2", "percent of CPU time");
|
||||
define("DISK_INTERVAL_DESC", "Applications checkpoint to disk at most every");
|
||||
define("DISK_INTERVAL_DESC", "Tasks checkpoint to disk at most every");
|
||||
define("DISK_LIMIT_DESC", "Disk and memory usage");
|
||||
define("DISK_MIN_FREE_GB_DESC", "Leave at least");
|
||||
define("DISK_SCHED_MIN_FREE_DESC1", "<br><span class=note>(Values smaller than ");
|
||||
|
|
Loading…
Reference in New Issue