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
@@ -11,9 +11,10 @@ install_DATA = \
|
||||
7.png \
|
||||
8.png \
|
||||
9.png \
|
||||
blau.png \
|
||||
btn_backward.png \
|
||||
btn_blue.png \
|
||||
btn_forward.png \
|
||||
btn_green.png \
|
||||
btn_option_off_active.png \
|
||||
btn_option_off_inactive.png \
|
||||
btn_option_on_active.png \
|
||||
@@ -22,15 +23,15 @@ install_DATA = \
|
||||
btn_play.png \
|
||||
btn_record_active.png \
|
||||
btn_record_inactive.png \
|
||||
btn_red.png \
|
||||
btn_stop.png \
|
||||
btn_timer.png \
|
||||
btn_yellow.png \
|
||||
down.png \
|
||||
dummy.png \
|
||||
dummy_small.png \
|
||||
epg.png \
|
||||
epg_small.png \
|
||||
gelb.png \
|
||||
gruen.png \
|
||||
help.png \
|
||||
help_small.png \
|
||||
home.png \
|
||||
@@ -47,5 +48,4 @@ install_DATA = \
|
||||
ok.png \
|
||||
power.png \
|
||||
right.png \
|
||||
rot.png \
|
||||
up.png
|
||||
|
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |
@@ -26,10 +26,10 @@
|
||||
#define NEUTRINO_ICON_BUTTON_DUMMY "dummy"
|
||||
#define NEUTRINO_ICON_BUTTON_DUMMY_SMALL "dummy_small"
|
||||
|
||||
#define NEUTRINO_ICON_BUTTON_BLUE "blau"
|
||||
#define NEUTRINO_ICON_BUTTON_GREEN "gruen"
|
||||
#define NEUTRINO_ICON_BUTTON_RED "rot"
|
||||
#define NEUTRINO_ICON_BUTTON_YELLOW "gelb"
|
||||
#define NEUTRINO_ICON_BUTTON_BLUE "btn_blue"
|
||||
#define NEUTRINO_ICON_BUTTON_GREEN "btn_green"
|
||||
#define NEUTRINO_ICON_BUTTON_RED "btn_red"
|
||||
#define NEUTRINO_ICON_BUTTON_YELLOW "btn_yellow"
|
||||
|
||||
#define NEUTRINO_ICON_BUTTON_MENU "menu"
|
||||
#define NEUTRINO_ICON_BUTTON_MENU_SMALL "menu_small"
|
||||
|