mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- icons: add webradio hint icon
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 460 B After Width: | Height: | Size: 598 B |
@@ -94,7 +94,7 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
|
|||||||
mediaSetup->addItem(mf);
|
mediaSetup->addItem(mf);
|
||||||
|
|
||||||
mf = new CMenuForwarder(LOCALE_WEBRADIO_HEAD, true, NULL, &wsetup, "webradio_menu", CRCInput::RC_green);
|
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);
|
mediaSetup->addItem(mf);
|
||||||
|
|
||||||
CXMLTVSetup xmltvsetup;
|
CXMLTVSetup xmltvsetup;
|
||||||
|
@@ -155,6 +155,7 @@
|
|||||||
#define NEUTRINO_ICON_HINT_INET_RADIO "hint_inetradio"
|
#define NEUTRINO_ICON_HINT_INET_RADIO "hint_inetradio"
|
||||||
#define NEUTRINO_ICON_HINT_MOVIE "hint_movie"
|
#define NEUTRINO_ICON_HINT_MOVIE "hint_movie"
|
||||||
#define NEUTRINO_ICON_HINT_PICVIEW "hint_picview"
|
#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_WEBTV "hint_webtv"
|
||||||
#define NEUTRINO_ICON_HINT_XMLTV "hint_xmltv"
|
#define NEUTRINO_ICON_HINT_XMLTV "hint_xmltv"
|
||||||
#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay"
|
#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay"
|
||||||
|
Reference in New Issue
Block a user