diff --git a/data/icons/buttons/Makefile.am b/data/icons/buttons/Makefile.am index cedc211e8..9605c910a 100644 --- a/data/icons/buttons/Makefile.am +++ b/data/icons/buttons/Makefile.am @@ -27,6 +27,7 @@ install_DATA = \ down.png \ dummy.png \ dummy_small.png \ + epg.png \ gelb.png \ gruen.png \ help.png \ diff --git a/data/icons/buttons/epg.png b/data/icons/buttons/epg.png new file mode 100644 index 000000000..755197c7a Binary files /dev/null and b/data/icons/buttons/epg.png differ diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index 20b0748f1..9127d2770 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -37,6 +37,7 @@ #define NEUTRINO_ICON_BUTTON_HELP_SMALL "help_small" #define NEUTRINO_ICON_BUTTON_INFO "info" #define NEUTRINO_ICON_BUTTON_INFO_SMALL "info_small" +#define NEUTRINO_ICON_BUTTON_EPG "epg" #define NEUTRINO_ICON_BUTTON_HOME "home" #define NEUTRINO_ICON_BUTTON_MUTE "mute" #define NEUTRINO_ICON_BUTTON_MUTE_SMALL "mute_small"