- manager: change text for notice-frequency slider

svn path=/trunk/boinc/; revision=21054
This commit is contained in:
David Anderson 2010-04-01 23:24:10 +00:00
parent 38bd1c8def
commit aa153d995b
2 changed files with 7 additions and 1 deletions

View File

@ -2386,3 +2386,9 @@ David 1 Apr 2010
sched/
sched_customize.cpp
David 1 Apr 2010
- manager: change text for notice-frequency slider
clientgui/
DlgOptions.cpp

View File

@ -165,7 +165,7 @@ void CDlgOptions::CreateControls()
itemFlexGridSizer6->Add(m_LanguageSelectionCtrl, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxALL, 5);
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);
m_ReminderFrequencyCtrl = new wxSlider;