icons: add and use pictureviewer icon

Origin commit data
------------------
Commit: a19a5df9ff
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-19 (Mon, 19 Dec 2016)

Origin message was:
------------------
- icons: add and use pictureviewer icon
This commit is contained in:
vanhofen
2016-12-19 17:21:51 +01:00
parent 0a8cf7bcc1
commit a79b90eb81
4 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ install_DATA = \
multimedia.png \
network.png \
personalize.png \
pictureviewer.png \
recording.png \
settings.png \
shell.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

View File

@@ -712,7 +712,7 @@ void CPictureViewerGui::paintItem(int pos)
void CPictureViewerGui::paintHead()
{
CComponentsHeaderLocalized header(x, y, width, theight, LOCALE_PICTUREVIEWER_HEAD, NEUTRINO_ICON_MP3, CComponentsHeaderLocalized::CC_BTN_HELP);
CComponentsHeaderLocalized header(x, y, width, theight, LOCALE_PICTUREVIEWER_HEAD, NEUTRINO_ICON_PICTUREVIEWER, CComponentsHeaderLocalized::CC_BTN_HELP); //NI
#ifdef ENABLE_GUI_MOUNT
header.setContextButton(NEUTRINO_ICON_BUTTON_MENU);

View File

@@ -183,6 +183,7 @@
#define NEUTRINO_ICON_STAR_OFF "star-off"
#define NEUTRINO_ICON_TMDB "tmdb"
#define NEUTRINO_ICON_IMDB "imdb"
#define NEUTRINO_ICON_PICTUREVIEWER "pictureviewer"
#define DUMMY_ICON "dummy"