- icons: rename mute.png => muted.png; ...

This icon isn't a button. It signalizes the mute-status. So i renamed it to get the name free for the button icon.

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-05 00:52:58 +01:00
committed by Thilo Graf
parent 0cac1e8b05
commit 9bb0e45fce
5 changed files with 7 additions and 4 deletions

View File

@@ -111,7 +111,6 @@
#define NEUTRINO_ICON_NETWORK "network"
#define NEUTRINO_ICON_LCD "lcd"
#define NEUTRINO_ICON_VOLUME "volume"
#define NEUTRINO_ICON_RCLOCK "rclock"
#define NEUTRINO_ICON_PERSONALIZE "personalize"
#define NEUTRINO_ICON_STAR_ON "star-on"
#define NEUTRINO_ICON_STAR_OFF "star-off"
@@ -273,6 +272,10 @@
#define NEUTRINO_ICON_PLAY_REPEAT_TRACK "mp_play_repeat_track"
#define NEUTRINO_ICON_REW "mp_b-skip"
/* misc */
#define NEUTRINO_ICON_MUTED "muted"
#define NEUTRINO_ICON_RCLOCK "rclock"
/* opkg manager */
#define NEUTRINO_ICON_CHECKMARK "checkmark"
#define NEUTRINO_ICON_WARNING "warning"