- icons.h: small re-sort

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 b0fcceaca3
commit e03f70ccb0

View File

@@ -105,8 +105,6 @@
#define NEUTRINO_ICON_RADIOTEXTWAIT "radiotextwait" #define NEUTRINO_ICON_RADIOTEXTWAIT "radiotextwait"
#define NEUTRINO_ICON_RADIOTEXTOFF "radiotextoff" #define NEUTRINO_ICON_RADIOTEXTOFF "radiotextoff"
#define NEUTRINO_ICON_RECORDING "recording" #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_SETTINGS "settings"
#define NEUTRINO_ICON_SHELL "shell" #define NEUTRINO_ICON_SHELL "shell"
#define NEUTRINO_ICON_STREAMING "streaming" #define NEUTRINO_ICON_STREAMING "streaming"
@@ -122,8 +120,6 @@
#define NEUTRINO_ICON_VTXT_GREY "vtxt_gray" #define NEUTRINO_ICON_VTXT_GREY "vtxt_gray"
#define NEUTRINO_ICON_SUBT "subt" #define NEUTRINO_ICON_SUBT "subt"
#define NEUTRINO_ICON_SUBT_GREY "subt_gray" #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_NUMERIC_PAD "numericpad"
#define NEUTRINO_ICON_SCRAMBLED "ca" #define NEUTRINO_ICON_SCRAMBLED "ca"
#define NEUTRINO_ICON_SCRAMBLED2 "ca2" #define NEUTRINO_ICON_SCRAMBLED2 "ca2"
@@ -263,6 +259,12 @@
#define NEUTRINO_ICON_MARKER_TV "marker_tv" #define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_ZAP "marker_zap" #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 */ /* plugins */
#define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin" #define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin"