From 3f0f3b2aeb160f47fc75f4670b2cddbd93bc5d12 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 2 Apr 2012 14:36:15 +0400 Subject: [PATCH] gui/scan_setup.cpp: use CServiceScan::SCAN flags enum Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2b5fb9ed6cf069dbff79baac024ea325cb750004 Author: [CST] Focus Date: 2012-04-02 (Mon, 02 Apr 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/scan_setup.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 63820d628..ad9ac02b8 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include #include @@ -84,10 +84,10 @@ const CMenuOptionChooser::keyval SCANTS_BOUQUET_OPTIONS[SCANTS_BOUQUET_OPTION_CO #define SCANTS_ZAPIT_SCANTYPE_COUNT 4 const CMenuOptionChooser::keyval SCANTS_ZAPIT_SCANTYPE[SCANTS_ZAPIT_SCANTYPE_COUNT] = { - { CZapitClient::ST_TVRADIO , LOCALE_ZAPIT_SCANTYPE_TVRADIO }, - { CZapitClient::ST_TV , LOCALE_ZAPIT_SCANTYPE_TV }, - { CZapitClient::ST_RADIO , LOCALE_ZAPIT_SCANTYPE_RADIO }, - { CZapitClient::ST_ALL , LOCALE_ZAPIT_SCANTYPE_ALL } + { CServiceScan::SCAN_TVRADIO , LOCALE_ZAPIT_SCANTYPE_TVRADIO }, + { CServiceScan::SCAN_TV , LOCALE_ZAPIT_SCANTYPE_TV }, + { CServiceScan::SCAN_RADIO , LOCALE_ZAPIT_SCANTYPE_RADIO }, + { CServiceScan::SCAN_ALL , LOCALE_ZAPIT_SCANTYPE_ALL } }; #define SATSETUP_DISEQC_OPTION_COUNT 6