icons.h: move NEUTRINO_ICON_IMPORTANT to markers; sort markers

Origin commit data
------------------
Commit: f49c2339ee
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)

Origin message was:
------------------
- icons.h: move NEUTRINO_ICON_IMPORTANT to markers; sort markers
This commit is contained in:
vanhofen
2018-01-04 01:21:11 +01:00
parent ae6ad8b758
commit ee48ee7c7d

View File

@@ -88,7 +88,6 @@
#define NEUTRINO_ICON_FEATURES "features" #define NEUTRINO_ICON_FEATURES "features"
#define NEUTRINO_ICON_GAMES "games" #define NEUTRINO_ICON_GAMES "games"
#define NEUTRINO_ICON_INFO "information" #define NEUTRINO_ICON_INFO "information"
#define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_KEYBINDING "keybinding" #define NEUTRINO_ICON_KEYBINDING "keybinding"
#define NEUTRINO_ICON_LOCK "lock" #define NEUTRINO_ICON_LOCK "lock"
#define NEUTRINO_ICON_LOCK_PASSIVE "lock_passive" #define NEUTRINO_ICON_LOCK_PASSIVE "lock_passive"
@@ -257,13 +256,14 @@
#define NEUTRINO_ICON_PICTURE "picture" #define NEUTRINO_ICON_PICTURE "picture"
/* markers */ /* markers */
#define NEUTRINO_ICON_MARKER_LOCK "marker_lock" #define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_MARKER_HIDDEN "marker_hidden" #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_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_STREAMING "marker_streaming"
#define NEUTRINO_ICON_MARKER_TV "marker_tv" #define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_SCRAMBLED "marker_scrambled"
#define NEUTRINO_ICON_MARKER_RECORD "marker_record"
/* plugins */ /* plugins */
#define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin" #define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin"