From e03f70ccb03d0986f9f33f343079f0e8b85b4680 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Fri, 5 Jan 2018 00:52:58 +0100 Subject: [PATCH] - icons.h: small re-sort Signed-off-by: Thilo Graf --- src/gui/widget/icons.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index 8d7a81d43..3f89e219e 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -105,8 +105,6 @@ #define NEUTRINO_ICON_RADIOTEXTWAIT "radiotextwait" #define NEUTRINO_ICON_RADIOTEXTOFF "radiotextoff" #define NEUTRINO_ICON_RECORDING "recording" -#define NEUTRINO_ICON_REC "rec" -#define NEUTRINO_ICON_REC_GRAY "rec_gray" #define NEUTRINO_ICON_SETTINGS "settings" #define NEUTRINO_ICON_SHELL "shell" #define NEUTRINO_ICON_STREAMING "streaming" @@ -122,8 +120,6 @@ #define NEUTRINO_ICON_VTXT_GREY "vtxt_gray" #define NEUTRINO_ICON_SUBT "subt" #define NEUTRINO_ICON_SUBT_GREY "subt_gray" -#define NEUTRINO_ICON_AUTO_SHIFT "ats" -#define NEUTRINO_ICON_AUTO_SHIFT_GRAY "ats_gray" #define NEUTRINO_ICON_NUMERIC_PAD "numericpad" #define NEUTRINO_ICON_SCRAMBLED "ca" #define NEUTRINO_ICON_SCRAMBLED2 "ca2" @@ -263,6 +259,12 @@ #define NEUTRINO_ICON_MARKER_TV "marker_tv" #define NEUTRINO_ICON_MARKER_ZAP "marker_zap" +/* infoviewer */ +#define NEUTRINO_ICON_AUTO_SHIFT "ats" +#define NEUTRINO_ICON_AUTO_SHIFT_GRAY "ats_gray" +#define NEUTRINO_ICON_REC "rec" +#define NEUTRINO_ICON_REC_GRAY "rec_gray" + /* plugins */ #define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin"