- icons: add filetype-icon for pictures

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-06-07 14:17:11 +02:00
committed by M. Liebmann
parent cb36d32799
commit d8f364ca46
3 changed files with 3 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ installdir = $(ICONSDIR)
install_DATA = \
file.png \
folder.png \
movie.png
movie.png \
picture.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

View File

@@ -182,6 +182,7 @@
#define NEUTRINO_ICON_STAR_ON "star-on"
#define NEUTRINO_ICON_STAR_OFF "star-off"
#define NEUTRINO_ICON_TMDB "tmdb"
#define NEUTRINO_ICON_PICTURE "picture"
#define DUMMY_ICON "dummy"