gui/widget/icons.h: add NEUTRINO_ICON_EPG

Origin commit data
------------------
Commit: 7f1bd135af
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-31 (Mon, 31 Mar 2014)
This commit is contained in:
[CST] Focus
2014-03-31 15:35:30 +04:00
parent 87635c97f5
commit 07b17ab313
3 changed files with 3 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ install_DATA += \
dummy.png \ dummy.png \
dummy_small.png \ dummy_small.png \
error.png \ error.png \
epg.png \
features.png \ features.png \
file.png \ file.png \
folder.png \ folder.png \

BIN
data/icons/epg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

View File

@@ -251,6 +251,8 @@
/* misc */ /* misc */
#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay" #define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay"
#define NEUTRINO_ICON_EPG "epg"
#define NEUTRINO_ICON_VARPATH "/var/share/tuxbox/neutrino/icons/" //alternatively path for user-defined icons #define NEUTRINO_ICON_VARPATH "/var/share/tuxbox/neutrino/icons/" //alternatively path for user-defined icons
#endif /* __gui_widget_icons_h__ */ #endif /* __gui_widget_icons_h__ */