mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
icons.h: sort movieplayer icons
Origin commit data
------------------
Commit: 208c32fdf5
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)
Origin message was:
------------------
- icons.h: sort movieplayer icons
This commit is contained in:
@@ -95,12 +95,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"
|
||||||
@@ -278,6 +272,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