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:
[CST] Focus
2012-03-29 16:53:15 +04:00
parent b94e0bed42
commit ccea4732a1

View File

@@ -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();