remove 'coolstream' from gui

This commit is contained in:
[CST] Focus
2013-03-22 10:52:39 +04:00
parent b06b580800
commit cdf10ef46e
9 changed files with 12 additions and 12 deletions

View File

@@ -673,7 +673,7 @@ std::string CNeutrinoYParser::func_get_partition_list(CyhookHandler *, std::str
std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
{
unsigned int system_rev = cs_get_revision();
std::string boxname = "Coolstream ";
std::string boxname = "CST ";
#if HAVE_TRIPLEDRAGON
boxname = "Armas ";