- icons: rename important.png => marker_warning.png because it doesn't signalize important stuff, but warnings

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-04-11 23:58:16 +02:00
committed by Thilo Graf
parent 31829ece63
commit 61b4bbeb51
5 changed files with 5 additions and 5 deletions

View File

@@ -205,7 +205,6 @@
#define NEUTRINO_ICON_PICTURE "picture"
/* markers */
#define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_MARKER_EPG "marker_epg"
#define NEUTRINO_ICON_MARKER_HIDDEN "marker_hidden"
#define NEUTRINO_ICON_MARKER_LOCK "marker_lock"
@@ -219,6 +218,7 @@
#define NEUTRINO_ICON_MARKER_TIMESHIFT "marker_timeshift"
#define NEUTRINO_ICON_MARKER_TIMESHIFT_GRAY "marker_timeshift_gray"
#define NEUTRINO_ICON_MARKER_TV "marker_tv"
#define NEUTRINO_ICON_MARKER_WARNING "marker_warning"
#define NEUTRINO_ICON_MARKER_ZAP "marker_zap"
#define NEUTRINO_ICON_MOUNTED "mounted"