scan epg: fix shadow warning

- fix display menuhint


Origin commit data
------------------
Branch: ni/coolstream
Commit: 7833cd4dc6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-06-12 17:44:48 +02:00
parent abc2bfa434
commit 1a507a05c6
2 changed files with 4 additions and 3 deletions

View File

@@ -348,7 +348,7 @@ void CMiscMenue::showMiscSettingsMenuEpg(CMenuWidget *ms_epg)
CMenuOptionChooser * mc2 = new CMenuOptionChooser(LOCALE_MISCSETTINGS_EPG_SCAN, &g_settings.epg_scan, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT,
CFEManager::getInstance()->getEnabledCount() > 1);
mc1->setHint("", LOCALE_MENU_HINT_EPG_SCAN);
mc2->setHint("", LOCALE_MENU_HINT_EPG_SCAN);
ms_epg->addItem(mc);
ms_epg->addItem(mc1);