neutrino_menue: rename audioplayer/picviewer menu to multimedia menu

Origin commit data
------------------
Branch: ni/coolstream
Commit: f07e81c4b9
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-09-03 (Wed, 03 Sep 2014)

Origin message was:
------------------
- neutrino_menue: rename audioplayer/picviewer menu to multimedia menu

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-09-03 16:31:53 +02:00
parent f3ed7e2a55
commit 4c9da61afa
6 changed files with 8 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
mediaSetup->setSelected(selected);
// intros
mediaSetup->addIntroItems(LOCALE_AUDIOPLAYERPICSETTINGS_GENERAL);
mediaSetup->addIntroItems(LOCALE_MAINSETTINGS_MULTIMEDIA);
CPictureViewerSetup psetup;
mediaSetup->addItem(new CMenuForwarder(LOCALE_PICTUREVIEWER_HEAD, true, NULL, &psetup, "", CRCInput::RC_red, NEUTRINO_ICON_BUTTON_RED));
@@ -97,8 +97,7 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
CWebTVSetup wsetup;
CMenuForwarder *mf;
int shortcut = 1;
mf = new CMenuForwarder(LOCALE_WEBTV_HEAD, true, NULL, &wsetup, "show_menu", CRCInput::convertDigitToKey(shortcut++));
mf = new CMenuForwarder(LOCALE_WEBTV_HEAD, true, NULL, &wsetup, "show_menu", CRCInput::RC_yellow, NEUTRINO_ICON_BUTTON_YELLOW);
mf->setHint(NEUTRINO_ICON_HINT_TVMODE /* FIXME */, LOCALE_MENU_HINT_WEBTV_SETUP);
mediaSetup->addItem(mf);