icons: rename color buttons; avoid german names

Origin commit data
------------------
Branch: ni/coolstream
Commit: 77968aaf4a
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)

Origin message was:
------------------
- icons: rename color buttons; avoid german names

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-10-16 23:45:21 +02:00
parent 11c0e55dc9
commit f0d6245a69
6 changed files with 8 additions and 8 deletions

View File

@@ -11,9 +11,10 @@ install_DATA = \
7.png \ 7.png \
8.png \ 8.png \
9.png \ 9.png \
blau.png \
btn_backward.png \ btn_backward.png \
btn_blue.png \
btn_forward.png \ btn_forward.png \
btn_green.png \
btn_option_off_active.png \ btn_option_off_active.png \
btn_option_off_inactive.png \ btn_option_off_inactive.png \
btn_option_on_active.png \ btn_option_on_active.png \
@@ -22,15 +23,15 @@ install_DATA = \
btn_play.png \ btn_play.png \
btn_record_active.png \ btn_record_active.png \
btn_record_inactive.png \ btn_record_inactive.png \
btn_red.png \
btn_stop.png \ btn_stop.png \
btn_timer.png \ btn_timer.png \
btn_yellow.png \
down.png \ down.png \
dummy.png \ dummy.png \
dummy_small.png \ dummy_small.png \
epg.png \ epg.png \
epg_small.png \ epg_small.png \
gelb.png \
gruen.png \
help.png \ help.png \
help_small.png \ help_small.png \
home.png \ home.png \
@@ -47,5 +48,4 @@ install_DATA = \
ok.png \ ok.png \
power.png \ power.png \
right.png \ right.png \
rot.png \
up.png up.png

View File

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B

View File

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B

View File

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B

View File

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 139 B

View File

@@ -26,10 +26,10 @@
#define NEUTRINO_ICON_BUTTON_DUMMY "dummy" #define NEUTRINO_ICON_BUTTON_DUMMY "dummy"
#define NEUTRINO_ICON_BUTTON_DUMMY_SMALL "dummy_small" #define NEUTRINO_ICON_BUTTON_DUMMY_SMALL "dummy_small"
#define NEUTRINO_ICON_BUTTON_BLUE "blau" #define NEUTRINO_ICON_BUTTON_BLUE "btn_blue"
#define NEUTRINO_ICON_BUTTON_GREEN "gruen" #define NEUTRINO_ICON_BUTTON_GREEN "btn_green"
#define NEUTRINO_ICON_BUTTON_RED "rot" #define NEUTRINO_ICON_BUTTON_RED "btn_red"
#define NEUTRINO_ICON_BUTTON_YELLOW "gelb" #define NEUTRINO_ICON_BUTTON_YELLOW "btn_yellow"
#define NEUTRINO_ICON_BUTTON_MENU "menu" #define NEUTRINO_ICON_BUTTON_MENU "menu"
#define NEUTRINO_ICON_BUTTON_MENU_SMALL "menu_small" #define NEUTRINO_ICON_BUTTON_MENU_SMALL "menu_small"