clearify headers for ausioplayer/internetradio setup

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

Origin message was:
------------------
- clearify headers for ausioplayer/internetradio setup
This commit is contained in:
vanhofen
2017-08-17 21:49:43 +02:00
parent baa5b61294
commit 144f0754e0
6 changed files with 6 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ int CAudioPlayerSetup::showAudioPlayerSetup()
CMenuWidget* audioplayerSetup = new CMenuWidget(LOCALE_MAINMENU_SETTINGS, NEUTRINO_ICON_SETTINGS, width, MN_WIDGET_ID_AUDIOSETUP);
audioplayerSetup->addIntroItems(LOCALE_AUDIOPLAYER_NAME);
audioplayerSetup->addIntroItems(LOCALE_AUDIOPLAYER_INTERNETRADIO_NAME);
// display order
mc = new CMenuOptionChooser(LOCALE_AUDIOPLAYER_DISPLAY_ORDER, &g_settings.audioplayer_display, AUDIOPLAYER_DISPLAY_ORDER_OPTIONS, AUDIOPLAYER_DISPLAY_ORDER_OPTION_COUNT, true);