mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
gui/scan_setup.cpp: fix merge
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d7406831a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1030,7 +1030,7 @@ void CScanSetup::addScanMenuTempSat(CMenuWidget *temp_sat, sat_config_t & satcon
|
|||||||
temp_sat->addItem(unilnb);
|
temp_sat->addItem(unilnb);
|
||||||
}
|
}
|
||||||
|
|
||||||
CMenuForwarder *mf = new CMenuDForwarder(LOCALE_SATSETUP_LOFL, true, lofL->getValue(), lofL);
|
mf = new CMenuDForwarder(LOCALE_SATSETUP_LOFL, true, lofL->getValue(), lofL);
|
||||||
mf->setHint("", LOCALE_MENU_HINT_SCAN_LOFL);
|
mf->setHint("", LOCALE_MENU_HINT_SCAN_LOFL);
|
||||||
temp_sat->addItem(mf);
|
temp_sat->addItem(mf);
|
||||||
mf = new CMenuDForwarder(LOCALE_SATSETUP_LOFH, true, lofH->getValue(), lofH);
|
mf = new CMenuDForwarder(LOCALE_SATSETUP_LOFH, true, lofH->getValue(), lofH);
|
||||||
|
Reference in New Issue
Block a user