mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
icons.h: sort filetype icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 535e4e2123
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-07 (Wed, 07 Jun 2017)
Origin message was:
------------------
- icons.h: sort filetype icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
8c7dcd10ac
commit
1ff76f0de0
@@ -91,8 +91,6 @@
|
||||
#define NEUTRINO_ICON_EPGINFO "epginfo"
|
||||
#define NEUTRINO_ICON_ERROR "error"
|
||||
#define NEUTRINO_ICON_FEATURES "features"
|
||||
#define NEUTRINO_ICON_FILE "file"
|
||||
#define NEUTRINO_ICON_FOLDER "folder"
|
||||
#define NEUTRINO_ICON_GAMES "games"
|
||||
#define NEUTRINO_ICON_INFO "information"
|
||||
#define NEUTRINO_ICON_IMPORTANT "important"
|
||||
@@ -101,8 +99,6 @@
|
||||
#define NEUTRINO_ICON_LOCK_PASSIVE "lock_passive"
|
||||
#define NEUTRINO_ICON_HIDDEN "hidden"
|
||||
#define NEUTRINO_ICON_MOUNTED "mounted"
|
||||
#define NEUTRINO_ICON_MOVIE "movie"
|
||||
#define NEUTRINO_ICON_MP3 "mp3"
|
||||
#define NEUTRINO_ICON_MULTIMEDIA "multimedia"
|
||||
#define NEUTRINO_ICON_MOVIEPLAYER "icon_movieplayer"
|
||||
#define NEUTRINO_ICON_NKPLAY "icon_nkplay"
|
||||
@@ -183,7 +179,6 @@
|
||||
#define NEUTRINO_ICON_STAR_ON "star-on"
|
||||
#define NEUTRINO_ICON_STAR_OFF "star-off"
|
||||
#define NEUTRINO_ICON_TMDB "tmdb"
|
||||
#define NEUTRINO_ICON_PICTURE "picture"
|
||||
|
||||
#define DUMMY_ICON "dummy"
|
||||
|
||||
@@ -261,6 +256,13 @@
|
||||
#define NEUTRINO_ICON_HINT_RESTORE "hint_restore"
|
||||
#define NEUTRINO_ICON_HINT_FACTORY "hint_factory"
|
||||
|
||||
/* filetypes */
|
||||
#define NEUTRINO_ICON_FILE "file"
|
||||
#define NEUTRINO_ICON_FOLDER "folder"
|
||||
#define NEUTRINO_ICON_MOVIE "movie"
|
||||
#define NEUTRINO_ICON_MP3 "mp3"
|
||||
#define NEUTRINO_ICON_PICTURE "picture"
|
||||
|
||||
/* plugins */
|
||||
#define NEUTRINO_ICON_HINT_PLUGIN "hint_plugin"
|
||||
|
||||
|
Reference in New Issue
Block a user