mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
neutrino.cpp: use locals for HD and other bouquets
Origin commit data
------------------
Commit: 7ac8ae5801
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-29 (Thu, 29 Mar 2012)
This commit is contained in:
@@ -1230,7 +1230,7 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
||||
CBouquet* hdBouquet = NULL;
|
||||
/* all HD channels */
|
||||
if(g_settings.make_hd_list) {
|
||||
hdBouquet = new CBouquet(0, (char *) "HD", false, true);
|
||||
hdBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_HDTV), false, true);
|
||||
|
||||
CServiceManager::getInstance()->GetAllHDChannels(zapitList);
|
||||
hi = zapitList.size();
|
||||
|
Reference in New Issue
Block a user