From d79aa35d22d391e7e9af58d84bf5d79d8ff99a15 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 30 May 2017 01:24:21 +0200 Subject: [PATCH] icons.h: sort filetype icons Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/25e74763676453e4787884e6b61817222e763df1 Author: vanhofen Date: 2017-05-30 (Tue, 30 May 2017) Origin message was: ------------------ - icons.h: sort filetype icons ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/icons.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index de96cd13f..8eeaaab4e 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -93,8 +93,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" @@ -103,8 +101,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" @@ -188,7 +184,6 @@ #define NEUTRINO_ICON_STARS "stars" //NI #define NEUTRINO_ICON_TMDB "tmdb" #define NEUTRINO_ICON_IMDB "imdb" -#define NEUTRINO_ICON_PICTURE "picture" #define NEUTRINO_ICON_PICTUREVIEWER "pictureviewer" #define DUMMY_ICON "dummy" @@ -269,6 +264,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"