add menu hint unicable configuration

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0b0bf8ec07
Author: Frankenstone <dampf_acc@online.de>
Date: 2020-05-29 (Fri, 29 May 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2020-05-29 00:44:16 +02:00
committed by vanhofen
parent 870f4c3269
commit ebe7e38d40
5 changed files with 5 additions and 0 deletions

View File

@@ -1091,6 +1091,7 @@ int CScanSetup::showFrontendSetup(int number)
setupMenu->addItem(fsatSetup);
uniSetup = new CMenuForwarder(LOCALE_SATSETUP_UNI_SETTINGS, (dmode == DISEQC_UNICABLE ? true : dmode == DISEQC_UNICABLE2), NULL, this, "unisetup", CRCInput::convertDigitToKey(shortcut++));
uniSetup->setHint("",LOCALE_MENU_HINT_UNI_SETUP);
setupMenu->addItem(uniSetup);
CMenuWidget * rotorMenu = new CMenuWidget(LOCALE_SATSETUP_EXTENDED_MOTOR, NEUTRINO_ICON_SETTINGS, width);