mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
- 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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user