rename webtv-setup => webchannels-setup

Origin commit data
------------------
Commit: e3cf2920a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-09-13 (Sun, 13 Sep 2020)

Origin message was:
------------------
- rename webtv-setup => webchannels-setup
This commit is contained in:
vanhofen
2020-09-13 23:43:47 +02:00
parent 015f2224d6
commit ad506f63b9
11 changed files with 57 additions and 56 deletions

View File

@@ -45,7 +45,7 @@
#include <gui/audioplayer_setup.h>
#include <gui/pictureviewer_setup.h>
#include <gui/webtv_setup.h>
#include <gui/webchannels_setup.h>
#include <gui/xmltv_setup.h>
#include <gui/moviebrowser/mb.h>
@@ -88,7 +88,7 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
CMenuForwarder *mf;
CWebTVSetup wsetup;
CWebChannelsSetup wsetup;
mf = new CMenuForwarder(LOCALE_WEBTV_HEAD, true, NULL, &wsetup, "webtv_menu", CRCInput::RC_red);
mf->setHint(NEUTRINO_ICON_HINT_WEBTV, LOCALE_MENU_HINT_WEBTV_SETUP);
mediaSetup->addItem(mf);