mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
- scan-setup: cosmetics
This commit is contained in:
@@ -1205,7 +1205,10 @@ int CScanSetup::showScanMenuLnbSetup()
|
|||||||
addScanMenuTempSat(tempsat, sit->second);
|
addScanMenuTempSat(tempsat, sit->second);
|
||||||
|
|
||||||
char opt[100];
|
char opt[100];
|
||||||
sprintf(opt, "diseqc %2d / rotor %2d", sit->second.diseqc+1, sit->second.motor_position);
|
if ((fe->getDiseqcType() == DISEQC_UNICABLE ) || (fe->getDiseqcType() == DISEQC_UNICABLE2 ))
|
||||||
|
sprintf(opt, "%s %2d", g_Locale->getText(LOCALE_UNICABLE_LNB), sit->second.diseqc);
|
||||||
|
else
|
||||||
|
sprintf(opt, "diseqc %2d / rotor %2d", sit->second.diseqc+1, sit->second.motor_position);
|
||||||
satoptions.push_back(opt);
|
satoptions.push_back(opt);
|
||||||
CMenuForwarder * mf = new CMenuForwarder(satname.c_str(), true, satoptions[count].c_str(), tempsat);
|
CMenuForwarder * mf = new CMenuForwarder(satname.c_str(), true, satoptions[count].c_str(), tempsat);
|
||||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_LNBCONFIG);
|
mf->setHint("", LOCALE_MENU_HINT_SCAN_LNBCONFIG);
|
||||||
|
Reference in New Issue
Block a user