mirror of https://github.com/BOINC/boinc.git
- manager: change text for notice-frequency slider
svn path=/trunk/boinc/; revision=21054
This commit is contained in:
parent
38bd1c8def
commit
aa153d995b
|
@ -2386,3 +2386,9 @@ David 1 Apr 2010
|
||||||
|
|
||||||
sched/
|
sched/
|
||||||
sched_customize.cpp
|
sched_customize.cpp
|
||||||
|
|
||||||
|
David 1 Apr 2010
|
||||||
|
- manager: change text for notice-frequency slider
|
||||||
|
|
||||||
|
clientgui/
|
||||||
|
DlgOptions.cpp
|
||||||
|
|
|
@ -165,7 +165,7 @@ void CDlgOptions::CreateControls()
|
||||||
itemFlexGridSizer6->Add(m_LanguageSelectionCtrl, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
|
itemFlexGridSizer6->Add(m_LanguageSelectionCtrl, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
|
||||||
|
|
||||||
wxStaticText* itemStaticText9 = new wxStaticText;
|
wxStaticText* itemStaticText9 = new wxStaticText;
|
||||||
itemStaticText9->Create( itemPanel4, wxID_STATIC, _("Network or notices reminder interval:\n(minutes)"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT );
|
itemStaticText9->Create( itemPanel4, wxID_STATIC, _("Notice reminder interval:\n(minutes; 0 means no reminders)"), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT );
|
||||||
itemFlexGridSizer6->Add(itemStaticText9, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
|
itemFlexGridSizer6->Add(itemStaticText9, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
|
||||||
|
|
||||||
m_ReminderFrequencyCtrl = new wxSlider;
|
m_ReminderFrequencyCtrl = new wxSlider;
|
||||||
|
|
Loading…
Reference in New Issue