From 386abd3eff888bcfb657e6d7a77bcfa28af2a09c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Jan 2018 17:39:47 +0100 Subject: [PATCH] webtv-setup: use streaming icon in header Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5949ffd223b587f3f3282d9754c9238bd83f71c9 Author: vanhofen Date: 2018-01-04 (Thu, 04 Jan 2018) Origin message was: ------------------ - webtv-setup: use streaming icon in header ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/webtv_setup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/webtv_setup.cpp b/src/gui/webtv_setup.cpp index 5c4aa3eda..2fe8d6c2c 100644 --- a/src/gui/webtv_setup.cpp +++ b/src/gui/webtv_setup.cpp @@ -134,7 +134,7 @@ int CWebTVSetup::Show() { 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_green, this, "a"); m->addKey(CRCInput::RC_blue, this, "r"); //NI @@ -271,7 +271,7 @@ int CWebTVResolution::exec(CMenuTarget* parent, const std::string& /*actionKey*/ 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); CMenuOptionChooser *mc;