- radiotext: add icon to new radiotext window

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-01-06 23:46:24 +01:00
committed by Thilo Graf
parent fb981768f8
commit cab2ebe86e
4 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ install_DATA = \
personalize.png \
pictureviewer.png \
question.png \
radiotext.png \
recording.png \
settings.png \
shell.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

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();

View File

@@ -105,6 +105,7 @@
#define NEUTRINO_ICON_PERSONALIZE "personalize"
#define NEUTRINO_ICON_PICTUREVIEWER "pictureviewer"
#define NEUTRINO_ICON_QUESTION "question"
#define NEUTRINO_ICON_RADIOTEXT "radiotext"
#define NEUTRINO_ICON_RECORDING "recording"
#define NEUTRINO_ICON_SETTINGS "settings"
#define NEUTRINO_ICON_SHELL "shell"