mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- webtv-setup: use streaming icon in header
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user