radiotext: add icon to new radiotext window

Origin commit data
------------------
Commit: 402d2b2c26
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-01-06 (Mon, 06 Jan 2020)

Origin message was:
------------------
- radiotext: add icon to new radiotext window
This commit is contained in:
vanhofen
2020-01-06 23:46:24 +01:00
parent 010302a91a
commit b814d5aa2c
4 changed files with 5 additions and 1 deletions

View File

@@ -353,8 +353,10 @@ void CRadioTextGUI::paint(const bool &do_save_bg)
#endif
if (!v_lines_title.empty())
{
setWindowCaption(v_lines_title.back());
setWindowIcon(NEUTRINO_ICON_RADIOTEXT);
}
if (cc_allow_paint)
CInfoClock::getInstance()->block();