gui/scan_setup.cpp: show tuners mode also in top tuner menu

Origin commit data
------------------
Branch: ni/coolstream
Commit: c70f94e89b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-03-29 (Fri, 29 Mar 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-03-29 17:16:15 +04:00
parent 785bca0d55
commit a14695cc43
2 changed files with 21 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ class CScanSetup : public CMenuTarget, public CChangeObserver
CMenuOptionChooser * lcnhd;
CMenuOptionChooser * linkfe;
std::string modestr[4];
/* variables for selected frontend */
/* diseqc mode */
@@ -103,6 +104,7 @@ class CScanSetup : public CMenuTarget, public CChangeObserver
void fillSatSelect(CMenuOptionStringChooser *select);
void fillCableSelect(CMenuOptionStringChooser *select);
neutrino_locale_t getModeLocale(int mode);
int showScanMenuFrontendSetup();
void addScanMenuTempSat(CMenuWidget *temp_sat, sat_config_t &satconfig);
void addScanMenuManualScan(CMenuWidget *manual_Scan);