mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
Fix typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 65369b54eb
Author: FlatTV <FlatTV@gmx.de>
Date: 2021-04-23 (Fri, 23 Apr 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2550,7 +2550,7 @@ void CMoviePlayerGui::selectAudioPid()
|
|||||||
#if HAVE_CST_HARDWARE
|
#if HAVE_CST_HARDWARE
|
||||||
char cnt[5];
|
char cnt[5];
|
||||||
sprintf(cnt, "%d", count);
|
sprintf(cnt, "%d", count);
|
||||||
std::string apidtitle = (currentac3 == 0) ? g_Locale->getText(LOCALE_AUDIOMENU_AC3_atype1) : g_Locale->getText(LOCALE_AUDIOMENU_AC3_atype0);
|
std::string apidtitle = (currentac3 == 0) ? g_Locale->getText(LOCALE_AUDIOMENU_AC3_ATYPE1) : g_Locale->getText(LOCALE_AUDIOMENU_AC3_ATYPE0);
|
||||||
CMenuForwarder * item = new CMenuForwarder(apidtitle.c_str(), true, NULL, selector, cnt, CRCInput::convertDigitToKey(count + 1));
|
CMenuForwarder * item = new CMenuForwarder(apidtitle.c_str(), true, NULL, selector, cnt, CRCInput::convertDigitToKey(count + 1));
|
||||||
APIDSelector.addItem(item, false);
|
APIDSelector.addItem(item, false);
|
||||||
#endif
|
#endif
|
||||||
|
@@ -158,8 +158,8 @@ typedef enum
|
|||||||
LOCALE_AUDIO_SRS_VOLUME,
|
LOCALE_AUDIO_SRS_VOLUME,
|
||||||
LOCALE_AUDIOMENU_PCMOFFSET,
|
LOCALE_AUDIOMENU_PCMOFFSET,
|
||||||
LOCALE_AUDIOMENU_AC3,
|
LOCALE_AUDIOMENU_AC3,
|
||||||
LOCALE_AUDIOMENU_AC3_atype0,
|
LOCALE_AUDIOMENU_AC3_ATYPE0,
|
||||||
LOCALE_AUDIOMENU_AC3_atype1,
|
LOCALE_AUDIOMENU_AC3_ATYPE1,
|
||||||
LOCALE_AUDIOMENU_ANALOG_MODE,
|
LOCALE_AUDIOMENU_ANALOG_MODE,
|
||||||
LOCALE_AUDIOMENU_ANALOG_OUT,
|
LOCALE_AUDIOMENU_ANALOG_OUT,
|
||||||
LOCALE_AUDIOMENU_AUTO_LANG,
|
LOCALE_AUDIOMENU_AUTO_LANG,
|
||||||
|
Reference in New Issue
Block a user