mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- record: re-sort buffer handling keywords
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -249,11 +249,15 @@ int CRecordSetup::showRecordSetup()
|
||||
|
||||
#if HAVE_ARM_HARDWARE
|
||||
CMenuOptionNumberChooser *ch;
|
||||
|
||||
ch = new CMenuOptionNumberChooser(LOCALE_EXTRA_RECORD_BUFSIZE, &g_settings.recording_bufsize, true, 1, 25, NULL);
|
||||
ch->setNumberFormat("%d MB");
|
||||
//TODO: ch->setHint("", LOCALE_MENU_HINT_RECORD_BUFSIZE);
|
||||
recordingSettings->addItem(ch);
|
||||
|
||||
ch = new CMenuOptionNumberChooser(LOCALE_EXTRA_RECORD_BUFSIZE_DMX, &g_settings.recording_bufsize_dmx, true, 1, 25, NULL);
|
||||
ch->setNumberFormat("%d MB");
|
||||
//TODO: ch->setHint("", LOCALE_MENU_HINT_RECORD_BUFSIZE_DMX);
|
||||
recordingSettings->addItem(ch);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user