- scan-setup: cosmetics

This commit is contained in:
TangoCash
2020-05-29 00:44:16 +02:00
committed by Thilo Graf
parent 56355c17bb
commit 754c520aed

View File

@@ -1205,6 +1205,9 @@ int CScanSetup::showScanMenuLnbSetup()
addScanMenuTempSat(tempsat, sit->second);
char opt[100];
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);
CMenuForwarder * mf = new CMenuForwarder(satname.c_str(), true, satoptions[count].c_str(), tempsat);