icons: introducing dummy buttons

Origin commit data
------------------
Commit: 40a77ade7c
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-27 (Mon, 27 May 2013)

Origin message was:
------------------
- icons: introducing dummy buttons
This commit is contained in:
vanhofen
2013-05-27 10:48:37 +02:00
parent 10b1660389
commit fc630dd5e1
4 changed files with 5 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ install_DATA += \
dd_avail.png \
dd_gray.png \
down.png \
dummy.png \
dummy_small.png \
error.png \
features.png \
file.png \

BIN
data/icons/dummy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

BIN
data/icons/dummy_small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

View File

@@ -24,6 +24,9 @@
/* icon files */
#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"