- icons.h: move NEUTRINO_ICON_IMPORTANT to markers; sort markers

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 7f75dba90c
commit 8a4019ee6f

View File

@@ -86,7 +86,6 @@
#define NEUTRINO_ICON_FEATURES "features"
#define NEUTRINO_ICON_GAMES "games"
#define NEUTRINO_ICON_INFO "information"
#define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_KEYBINDING "keybinding"
#define NEUTRINO_ICON_LOCK "lock"
#define NEUTRINO_ICON_LOCK_PASSIVE "lock_passive"
@@ -250,13 +249,14 @@
#define NEUTRINO_ICON_PICTURE "picture"
/* markers */
#define NEUTRINO_ICON_MARKER_LOCK "marker_lock"
#define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_MARKER_HIDDEN "marker_hidden"
#define NEUTRINO_ICON_MARKER_LOCK "marker_lock"
#define NEUTRINO_ICON_MARKER_RADIO "marker_radio"
#define NEUTRINO_ICON_MARKER_RECORD "marker_record"
#define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled"
#define NEUTRINO_ICON_MARKER_STREAMING "marker_streaming"
#define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled"
#define NEUTRINO_ICON_MARKER_RECORD "marker_record"
/* plugins */
#define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin"