icons: rename icon_movieplayer.png and icon_ytplay.png

Origin commit data
------------------
Commit: 9bb94fb7e5
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- icons: rename icon_movieplayer.png and icon_ytplay.png
This commit is contained in:
vanhofen
2021-10-16 23:45:21 +02:00
parent 5ad6e21758
commit a0a7bbce0d
4 changed files with 5 additions and 5 deletions

View File

@@ -10,16 +10,15 @@ install_DATA = \
features.png \
games.png \
icon_green.png \
icon_movieplayer.png \
icon_red.png \
icon_yellow.png \
icon_ytplay.png \
information.png \
keybinding.png \
language.png \
lcd.png \
lock.png \
mainmenue.png \
movieplayer.png \
multimedia.png \
network.png \
personalize.png \
@@ -33,4 +32,5 @@ install_DATA = \
streaming.png \
timer.png \
upnp.png \
video.png
video.png \
ytplay.png

View File

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 132 B

View File

Before

Width:  |  Height:  |  Size: 186 B

After

Width:  |  Height:  |  Size: 186 B

View File

@@ -101,7 +101,7 @@
#define NEUTRINO_ICON_LCD "lcd"
#define NEUTRINO_ICON_LOCK "lock"
#define NEUTRINO_ICON_MAINMENU "mainmenue"
#define NEUTRINO_ICON_MOVIEPLAYER "icon_movieplayer"
#define NEUTRINO_ICON_MOVIEPLAYER "movieplayer"
#define NEUTRINO_ICON_MULTIMEDIA "multimedia"
#define NEUTRINO_ICON_NETWORK "network"
#define NEUTRINO_ICON_PERSONALIZE "personalize"
@@ -116,7 +116,7 @@
#define NEUTRINO_ICON_UPDATE "softupdate"
#define NEUTRINO_ICON_UPNP "upnp"
#define NEUTRINO_ICON_VIDEO "video"
#define NEUTRINO_ICON_YTPLAY "icon_ytplay"
#define NEUTRINO_ICON_YTPLAY "ytplay"
/* volumebar */
#define NEUTRINO_ICON_VOLUME "volume"