add some mor help keys; fix bf1412a5c5

Origin commit data
------------------
Branch: ni/coolstream
Commit: 08b5b192b2
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-09 (Mon, 09 Dec 2019)

Origin message was:
------------------
- add some mor help keys; fix bf1412a5c5

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-12-09 23:01:54 +01:00
parent 8d1d6cf172
commit d00a45e34f
4 changed files with 9 additions and 3 deletions

View File

@@ -438,6 +438,7 @@ int CMiscMenue::showMiscSettingsMenuEnergy()
void CMiscMenue::showMiscSettingsMenuEpg(CMenuWidget *ms_epg)
{
ms_epg->addIntroItems(LOCALE_MISCSETTINGS_EPG_HEAD);
ms_epg->addKey(CRCInput::RC_help, this, "info");
ms_epg->addKey(CRCInput::RC_info, this, "info");
epg_save = new CMenuOptionChooser(LOCALE_MISCSETTINGS_EPG_SAVE, &g_settings.epg_save, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this);