neutrino.cpp: use locals for HD and other bouquets

This commit is contained in:
[CST] Focus
2012-03-29 16:53:15 +04:00
parent c6bcaa963a
commit 7ac8ae5801

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