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.


Origin commit data
------------------
Branch: ni/coolstream
Commit: db25f2c0dc
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)

Origin message was:
------------------
- 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.


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-01-04 16:07:47 +01:00
parent 5b85512435
commit 13652b6f4e
5 changed files with 7 additions and 4 deletions

View File

@@ -37,7 +37,7 @@
#include <driver/display.h>
CAudioMute::CAudioMute():CComponentsPicture(0, 0, NEUTRINO_ICON_BUTTON_MUTE)
CAudioMute::CAudioMute():CComponentsPicture(0, 0, NEUTRINO_ICON_MUTED)
{
y_old = -1;
paint_bg = false;