CRecordSetup: Fix menu hint specifier

Origin commit data
------------------
Branch: ni/coolstream
Commit: bb4eccfbed
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-03-14 (Fri, 14 Mar 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2014-03-14 17:52:28 +01:00
parent 7576f21334
commit fdc2bdf389
3 changed files with 3 additions and 3 deletions

View File

@@ -242,7 +242,7 @@ int CRecordSetup::showRecordSetup()
//filename template
CStringInputSMS* filename_template = new CStringInputSMS(LOCALE_RECORDINGMENU_FILENAME_TEMPLATE, &g_settings.recording_filename_template, 21, LOCALE_RECORDINGMENU_FILENAME_TEMPLATE_HINT, LOCALE_RECORDINGMENU_FILENAME_TEMPLATE_HINT2, "%/-_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 ");
CMenuForwarder* ft = new CMenuDForwarder(LOCALE_RECORDINGMENU_FILENAME_TEMPLATE, true, g_settings.recording_filename_template, filename_template, NULL, CRCInput::RC_1);
ft->setHint("", LOCALE_MENU_HINT_RECORD_FILE_TEMPLATE);
ft->setHint("", LOCALE_MENU_HINT_RECORD_FILENAME_TEMPLATE);
recordingSettings->addItem(ft);
recordingSettings->addItem(GenericMenuSeparatorLine);