icons: add filetype-icon for pictures

Origin commit data
------------------
Commit: 47124cd7f5
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-30 (Tue, 30 May 2017)

Origin message was:
------------------
- icons: add filetype-icon for pictures
This commit is contained in:
vanhofen
2017-05-30 01:24:21 +02:00
parent 58674dbd0e
commit bdc78622a7
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: 174 B

View File

@@ -187,6 +187,7 @@
#define NEUTRINO_ICON_STARS "stars" //NI
#define NEUTRINO_ICON_TMDB "tmdb"
#define NEUTRINO_ICON_IMDB "imdb"
#define NEUTRINO_ICON_PICTURE "picture"
#define NEUTRINO_ICON_PICTUREVIEWER "pictureviewer"
#define DUMMY_ICON "dummy"