mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
- icons.h: sort movieplayer icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -93,12 +93,6 @@
|
|||||||
#define NEUTRINO_ICON_MOVIEPLAYER "icon_movieplayer"
|
#define NEUTRINO_ICON_MOVIEPLAYER "icon_movieplayer"
|
||||||
#define NEUTRINO_ICON_YTPLAY "icon_ytplay"
|
#define NEUTRINO_ICON_YTPLAY "icon_ytplay"
|
||||||
#define NEUTRINO_ICON_NOT_MOUNTED "not_mounted"
|
#define NEUTRINO_ICON_NOT_MOUNTED "not_mounted"
|
||||||
#define NEUTRINO_ICON_PAUSE "mp_pause"
|
|
||||||
#define NEUTRINO_ICON_PLAY "mp_play"
|
|
||||||
#define NEUTRINO_ICON_PLAY_REPEAT_ALL "mp_play_repeat_all"
|
|
||||||
#define NEUTRINO_ICON_PLAY_REPEAT_TRACK "mp_play_repeat_track"
|
|
||||||
#define NEUTRINO_ICON_REW "mp_b-skip"
|
|
||||||
#define NEUTRINO_ICON_FF "mp_f-skip"
|
|
||||||
#define NEUTRINO_ICON_QUESTION "question"
|
#define NEUTRINO_ICON_QUESTION "question"
|
||||||
#define NEUTRINO_ICON_RECORDING "recording"
|
#define NEUTRINO_ICON_RECORDING "recording"
|
||||||
#define NEUTRINO_ICON_SETTINGS "settings"
|
#define NEUTRINO_ICON_SETTINGS "settings"
|
||||||
@@ -271,6 +265,14 @@
|
|||||||
#define NEUTRINO_ICON_VTXT "vtxt"
|
#define NEUTRINO_ICON_VTXT "vtxt"
|
||||||
#define NEUTRINO_ICON_VTXT_GREY "vtxt_gray"
|
#define NEUTRINO_ICON_VTXT_GREY "vtxt_gray"
|
||||||
|
|
||||||
|
/* movieplayer */
|
||||||
|
#define NEUTRINO_ICON_FF "mp_f-skip"
|
||||||
|
#define NEUTRINO_ICON_PAUSE "mp_pause"
|
||||||
|
#define NEUTRINO_ICON_PLAY "mp_play"
|
||||||
|
#define NEUTRINO_ICON_PLAY_REPEAT_ALL "mp_play_repeat_all"
|
||||||
|
#define NEUTRINO_ICON_PLAY_REPEAT_TRACK "mp_play_repeat_track"
|
||||||
|
#define NEUTRINO_ICON_REW "mp_b-skip"
|
||||||
|
|
||||||
/* opkg manager */
|
/* opkg manager */
|
||||||
#define NEUTRINO_ICON_CHECKMARK "checkmark"
|
#define NEUTRINO_ICON_CHECKMARK "checkmark"
|
||||||
#define NEUTRINO_ICON_WARNING "warning"
|
#define NEUTRINO_ICON_WARNING "warning"
|
||||||
|
Reference in New Issue
Block a user