icons: rename color buttons; avoid german names

Origin commit data
------------------
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
This commit is contained in:
vanhofen
2021-10-16 23:45:21 +02:00
parent 545037c2b9
commit 84e0231fa5
6 changed files with 8 additions and 8 deletions

View File

@@ -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"