From 7ac8ae5801119bc9e6a10342167842591cd9df72 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 29 Mar 2012 16:53:15 +0400 Subject: [PATCH] neutrino.cpp: use locals for HD and other bouquets --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 5cbc45d9e..b14c4014f 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -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();