- webtv-setup: use streaming icon in header

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-05 00:52:58 +01:00
committed by Thilo Graf
parent bda74a585f
commit e27df95356

View File

@@ -122,7 +122,7 @@ int CWebTVSetup::Show()
{ {
item_offset = 0; item_offset = 0;
m = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_MOVIEPLAYER, width, MN_WIDGET_ID_WEBTVSETUP); m = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_STREAMING, width, MN_WIDGET_ID_WEBTVSETUP);
m->addKey(CRCInput::RC_red, this, "d"); m->addKey(CRCInput::RC_red, this, "d");
m->addKey(CRCInput::RC_green, this, "a"); m->addKey(CRCInput::RC_green, this, "a");
@@ -183,7 +183,7 @@ int CWebTVResolution::exec(CMenuTarget* parent, const std::string& /*actionKey*/
int CWebTVResolution::Show() int CWebTVResolution::Show()
{ {
m = new CMenuWidget(LOCALE_WEBTV_HEAD, NEUTRINO_ICON_MOVIEPLAYER, width, MN_WIDGET_ID_LIVESTREAM_RESOLUTION); m = new CMenuWidget(LOCALE_WEBTV_HEAD, NEUTRINO_ICON_STREAMING, width, MN_WIDGET_ID_LIVESTREAM_RESOLUTION);
m->addIntroItems(LOCALE_LIVESTREAM_HEAD); m->addIntroItems(LOCALE_LIVESTREAM_HEAD);
CMenuOptionChooser *mc; CMenuOptionChooser *mc;