clearify headers for ausioplayer/internetradio setup

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8314675161
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-08-17 (Thu, 17 Aug 2017)

Origin message was:
------------------
- clearify headers for ausioplayer/internetradio setup

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-08-17 21:49:43 +02:00
parent e587c43b9d
commit 330752d9b7
6 changed files with 6 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ int CMediaPlayerSetup::showMediaPlayerSetup()
CMenuForwarder *mf;
CAudioPlayerSetup asetup;
mf = new CMenuForwarder(LOCALE_AUDIOPLAYER_NAME, true, NULL, &asetup, "", CRCInput::RC_red);
mf = new CMenuForwarder(LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME, true, NULL, &asetup, "", CRCInput::RC_red);
mf->setHint(NEUTRINO_ICON_HINT_APLAY, LOCALE_MENU_HINT_APLAY_SETUP);
mediaSetup->addItem(mf);