diff --git a/data/icons/hints/hint_webtv.png b/data/icons/hints/hint_webtv.png index f5f7c14b3..4a3ef82cc 100644 Binary files a/data/icons/hints/hint_webtv.png and b/data/icons/hints/hint_webtv.png differ diff --git a/src/gui/mediaplayer_setup.cpp b/src/gui/mediaplayer_setup.cpp index 477a15dce..328b71ac6 100644 --- a/src/gui/mediaplayer_setup.cpp +++ b/src/gui/mediaplayer_setup.cpp @@ -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; diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index b4dc2dea4..1bd779b97 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -155,6 +155,7 @@ #define NEUTRINO_ICON_HINT_INET_RADIO "hint_inetradio" #define NEUTRINO_ICON_HINT_MOVIE "hint_movie" #define NEUTRINO_ICON_HINT_PICVIEW "hint_picview" +#define NEUTRINO_ICON_HINT_WEBRADIO "hint_webradio" #define NEUTRINO_ICON_HINT_WEBTV "hint_webtv" #define NEUTRINO_ICON_HINT_XMLTV "hint_xmltv" #define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay"