CInfoViewer: use old names for signal type names

Origin commit data
------------------
Branch: ni/coolstream
Commit: a1ae17abb3
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-30 (Wed, 30 Dec 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2015-12-30 16:57:32 +01:00
parent bebbe1c0db
commit 7a71fcc9f0

View File

@@ -1503,7 +1503,7 @@ void CInfoViewer::showSNR ()
SDT_freq_update = false;
}
if (sigbox == NULL){
sigbox = new CSignalBox(BoxStartX+4, BoxStartY+ChanHeight/2-4, ChanWidth-8, ChanHeight/2+2, CFEManager::getInstance()->getLiveFE());
sigbox = new CSignalBox(BoxStartX+8, BoxStartY+ChanHeight/2-4, ChanWidth-12, ChanHeight/2+2, CFEManager::getInstance()->getLiveFE(), true, NULL, "S", "Q");
sigbox->setTextColor(COL_INFOBAR_TEXT);
sigbox->doPaintBg(false);
}