record: re-sort buffer handling keywords

Origin commit data
------------------
Branch: ni/coolstream
Commit: a0dd30bc21
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-20 (Sun, 20 Jan 2019)

Origin message was:
------------------
- record: re-sort buffer handling keywords

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-20 23:33:59 +01:00
parent 1790b7f716
commit 49796880fd
3 changed files with 10 additions and 6 deletions

View File

@@ -257,11 +257,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