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

@@ -601,7 +601,7 @@ void CControlAPI::InfoCGI(CyhookHandler *hh)
void CControlAPI::HWInfoCGI(CyhookHandler *hh)
{
unsigned int system_rev = cs_get_revision();
std::string boxname = "Coolstream ";
std::string boxname = "CST ";
static CNetAdapter netadapter;
std::string eth_id = netadapter.getMacAddr();
std::transform(eth_id.begin(), eth_id.end(), eth_id.begin(), ::tolower);