- icons: add marker_scrambled.png and marker_streaming.png

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-05 00:52:58 +01:00
committed by Thilo Graf
parent 9a444334b4
commit d6fa0d1e33
4 changed files with 4 additions and 0 deletions

View File

@@ -6,5 +6,7 @@ install_DATA = \
marker_hidden.png \
marker_lock.png \
marker_radio.png \
marker_scrambled.png \
marker_streaming.png \
marker_tv.png \
warning.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

View File

@@ -114,6 +114,7 @@
#define NEUTRINO_ICON_SETTINGS "settings"
#define NEUTRINO_ICON_SHELL "shell"
#define NEUTRINO_ICON_STREAMING "streaming"
#define NEUTRINO_ICON_STREAMING_MARKER "marker_streaming"
#define NEUTRINO_ICON_TIMER "timer"
#define NEUTRINO_ICON_TUNER_1 "tuner_1"
#define NEUTRINO_ICON_TUNER_2 "tuner_2"
@@ -131,6 +132,7 @@
#define NEUTRINO_ICON_AUTO_SHIFT_GRAY "ats_gray"
#define NEUTRINO_ICON_NUMERIC_PAD "numericpad"
#define NEUTRINO_ICON_SCRAMBLED "ca"
#define NEUTRINO_ICON_SCRAMBLED_MARKER "marker_scrambled"
#define NEUTRINO_ICON_SCRAMBLED2 "ca2"
#define NEUTRINO_ICON_SCRAMBLED2_GREY "ca2_gray"
#define NEUTRINO_ICON_BOOKMARK_MANAGER "bookmarkmanager"