record-setup: minor changes in timeshift-setup

Origin commit data
------------------
Branch: ni/coolstream
Commit: 81ac37d79d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-25 (Wed, 25 Jul 2018)

Origin message was:
------------------
- record-setup: minor changes in timeshift-setup

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-07-25 00:13:46 +02:00
parent fd3c249679
commit 6f940bc444
5 changed files with 12 additions and 6 deletions

View File

@@ -398,6 +398,8 @@ void CRecordSetup::showRecordTimeShiftSetup(CMenuWidget *menu_ts)
menu_ts->addItem(mc);
CMenuOptionNumberChooser * mn = new CMenuOptionNumberChooser(LOCALE_EXTRA_AUTO_TIMESHIFT, &g_settings.auto_timeshift, true, 0, 300, NULL);
mn->setNumberFormat(g_Locale->getText(LOCALE_WORD_AFTER) + std::string(" %d ") + g_Locale->getText(LOCALE_UNIT_SHORT_SECOND));
mn->setLocalizedValue(0, LOCALE_OPTIONS_OFF);
mn->setHint("", LOCALE_MENU_HINT_RECORD_TIMESHIFT_AUTO);
menu_ts->addItem(mn);