From ee48ee7c7db3c96e95d7e7cc9acbc6f26fe835f0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Jan 2018 01:21:11 +0100 Subject: [PATCH] icons.h: move NEUTRINO_ICON_IMPORTANT to markers; sort markers Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/f49c2339eeeb62fef78c0df77a3f6d0b278a1f01 Author: vanhofen Date: 2018-01-04 (Thu, 04 Jan 2018) Origin message was: ------------------ - icons.h: move NEUTRINO_ICON_IMPORTANT to markers; sort markers --- src/gui/widget/icons.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index d19610655..eb84a0031 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -88,7 +88,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" @@ -257,13 +256,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"