src/gui/scan_setup.cpp: Add missing menu hint

Origin commit data
------------------
Branch: ni/coolstream
Commit: da40a11023
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-12 (Sun, 12 Aug 2012)

Origin message was:
------------------
* src/gui/scan_setup.cpp: Add missing menu hint

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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2012-08-12 10:32:03 +02:00
parent 62bdcd1242
commit bc826ec08f

View File

@@ -958,6 +958,7 @@ void CScanSetup::addScanMenuCable(CMenuWidget *menu)
//---------------------------------------------------------------------- //----------------------------------------------------------------------
CMenuOptionStringChooser * select = new CMenuOptionStringChooser(satprov_locale, scansettings.satNameNoDiseqc, true, this, CRCInput::RC_red, NEUTRINO_ICON_BUTTON_RED, true); CMenuOptionStringChooser * select = new CMenuOptionStringChooser(satprov_locale, scansettings.satNameNoDiseqc, true, this, CRCInput::RC_red, NEUTRINO_ICON_BUTTON_RED, true);
fillCableSelect(select); fillCableSelect(select);
select->setHint("", LOCALE_MENU_HINT_SCAN_CABLE);
menu->addItem(select); menu->addItem(select);
mf = new CMenuForwarder(LOCALE_SATSETUP_CABLE_NID, true, nid->getValue(), nid); mf = new CMenuForwarder(LOCALE_SATSETUP_CABLE_NID, true, nid->getValue(), nid);