- icons: add webradio hint icon

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-09-13 17:56:26 +02:00
committed by Thilo Graf
parent 79e350c539
commit 491703c248
3 changed files with 2 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
mediaSetup->addItem(mf);
mf = new CMenuForwarder(LOCALE_WEBRADIO_HEAD, true, NULL, &wsetup, "webradio_menu", CRCInput::RC_green);
mf->setHint(NEUTRINO_ICON_HINT_WEBTV /*FIXME*/, LOCALE_MENU_HINT_WEBRADIO_SETUP);
mf->setHint(NEUTRINO_ICON_HINT_WEBRADIO, LOCALE_MENU_HINT_WEBRADIO_SETUP);
mediaSetup->addItem(mf);
CXMLTVSetup xmltvsetup;