- icons: rename icon_movieplayer.png and icon_ytplay.png

Conflicts:
	data/icons/headers/Makefile.am

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-16 23:45:21 +02:00
committed by Thilo Graf
parent 55e8293fc5
commit 828d62e4d4
4 changed files with 5 additions and 5 deletions

View File

@@ -12,16 +12,15 @@ install_DATA = \
games.png \ games.png \
icon_blue.png \ icon_blue.png \
icon_green.png \ icon_green.png \
icon_movieplayer.png \
icon_red.png \ icon_red.png \
icon_yellow.png \ icon_yellow.png \
icon_ytplay.png \
information.png \ information.png \
keybinding.png \ keybinding.png \
language.png \ language.png \
lcd.png \ lcd.png \
lock.png \ lock.png \
mainmenue.png \ mainmenue.png \
movieplayer.png \
mp3.png \ mp3.png \
multimedia.png \ multimedia.png \
network.png \ network.png \
@@ -36,4 +35,5 @@ install_DATA = \
streaming.png \ streaming.png \
timer.png \ timer.png \
upnp.png \ upnp.png \
video.png video.png \
ytplay.png

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

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