mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
gui/scan_setup.cpp: fix ddc3919eb9
,
do not show tuner name in tuner select menu for easymenu mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: de8262f03f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-01 (Fri, 01 Nov 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -537,7 +537,11 @@ int CScanSetup::showScanMenuFrontendSetup()
|
|||||||
snprintf(tmp, sizeof(tmp), "config_frontend%d", i);
|
snprintf(tmp, sizeof(tmp), "config_frontend%d", i);
|
||||||
|
|
||||||
char name[255];
|
char name[255];
|
||||||
if (fe->getInfo()->type == FE_QPSK)
|
if (g_settings.easymenu)
|
||||||
|
snprintf(name, sizeof(name), "%s %d: %s", g_Locale->getText(LOCALE_SATSETUP_FE_SETUP), i+1,
|
||||||
|
fe->getInfo()->type == FE_QPSK ? g_Locale->getText(LOCALE_SCANTS_ACTSATELLITE)
|
||||||
|
: g_Locale->getText(LOCALE_SCANTS_ACTCABLE));
|
||||||
|
else
|
||||||
snprintf(name, sizeof(name), "%s %d: %s %s", g_Locale->getText(LOCALE_SATSETUP_FE_SETUP), i+1,
|
snprintf(name, sizeof(name), "%s %d: %s %s", g_Locale->getText(LOCALE_SATSETUP_FE_SETUP), i+1,
|
||||||
fe->getInfo()->type == FE_QPSK ? g_Locale->getText(LOCALE_SCANTS_ACTSATELLITE)
|
fe->getInfo()->type == FE_QPSK ? g_Locale->getText(LOCALE_SCANTS_ACTSATELLITE)
|
||||||
: g_Locale->getText(LOCALE_SCANTS_ACTCABLE),
|
: g_Locale->getText(LOCALE_SCANTS_ACTCABLE),
|
||||||
|
Reference in New Issue
Block a user