*neutrino icons: add icon zap.png and important.png

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1786 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
thilo
2011-10-28 22:15:38 +00:00
parent d30b212019
commit b49f3e22c0
4 changed files with 5 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ install_DATA = \
icon_movieplayer.png \
icon_red.png \
icon_yellow.png \
important.png \
info.png \
info_small.png \
information.png \
@@ -198,5 +199,6 @@ install_DATA = \
vtxt_gray.png \
x_green.png \
x_white.png \
x_yellow.png
x_yellow.png \
zap.png

BIN
data/icons/important.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 B

BIN
data/icons/zap.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

View File

@@ -86,6 +86,7 @@
#define NEUTRINO_ICON_FOLDER "folder"
#define NEUTRINO_ICON_GAMES "games"
#define NEUTRINO_ICON_INFO "information"
#define NEUTRINO_ICON_IMPORTANT "important"
#define NEUTRINO_ICON_KEYBINDING "keybinding"
#define NEUTRINO_ICON_LOCK "lock"
#define NEUTRINO_ICON_HIDDEN "hidden"
@@ -152,6 +153,7 @@
#define NEUTRINO_ICON_RESOLUTION_000 "res_000"
#define NEUTRINO_ICON_RESOLUTION_HD "res_hd"
#define NEUTRINO_ICON_RESOLUTION_SD "res_sd"
#define NEUTRINO_ICON_ZAP "zap"
#define DUMMY_ICON "dummy"