icons: add webtv and xmltv hint icons

Origin commit data
------------------
Commit: 310e3f43d7
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-23 (Sun, 23 Sep 2018)

Origin message was:
------------------
- icons: add webtv and xmltv hint icons
This commit is contained in:
vanhofen
2018-09-23 22:46:43 +02:00
parent cb7b9726ef
commit 0b550d8a3d
5 changed files with 6 additions and 2 deletions

View File

@@ -102,12 +102,12 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
CWebTVSetup wsetup;
mf = new CMenuForwarder(LOCALE_WEBTV_HEAD, true, NULL, &wsetup, "show_menu", CRCInput::RC_yellow);
mf->setHint(NEUTRINO_ICON_HINT_TVMODE /* FIXME */, LOCALE_MENU_HINT_WEBTV_SETUP);
mf->setHint(NEUTRINO_ICON_HINT_WEBTV, LOCALE_MENU_HINT_WEBTV_SETUP);
mediaSetup->addItem(mf);
CXMLTVSetup xmltvsetup;
mf = new CMenuForwarder(LOCALE_XMLTV_HEAD, true, NULL, &xmltvsetup, "show_menu", CRCInput::RC_blue);
mf->setHint(NEUTRINO_ICON_HINT_TVMODE /* FIXME */, LOCALE_MENU_HINT_XMLTV_SETUP);
mf->setHint(NEUTRINO_ICON_HINT_XMLTV, LOCALE_MENU_HINT_XMLTV_SETUP);
mediaSetup->addItem(mf);
mediaSetup->addItem(new CMenuSeparator(CMenuSeparator::LINE | CMenuSeparator::STRING, LOCALE_MAINMENU_MOVIEPLAYER));