- rename webtv-setup => webchannels-setup

Conflicts:
	src/gui/user_menue.cpp
	src/gui/webchannels_setup.cpp
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-09-13 23:43:47 +02:00
committed by Thilo Graf
parent 80c339efe4
commit 0c1091e859
11 changed files with 58 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);