diff --git a/data/icons/buttons/Makefile.am b/data/icons/buttons/Makefile.am index 91af96fb2..cdf0f98c6 100644 --- a/data/icons/buttons/Makefile.am +++ b/data/icons/buttons/Makefile.am @@ -19,6 +19,7 @@ install_DATA = \ btn_record_active.png \ btn_record_inactive.png \ btn_stop.png \ + btn_timer.png \ down.png \ dummy.png \ dummy_small.png \ diff --git a/data/icons/buttons/btn_timer.png b/data/icons/buttons/btn_timer.png new file mode 100644 index 000000000..0a5344bbb Binary files /dev/null and b/data/icons/buttons/btn_timer.png differ diff --git a/src/gui/widget/icons.h b/src/gui/widget/icons.h index c72037e5e..2b90dbd95 100644 --- a/src/gui/widget/icons.h +++ b/src/gui/widget/icons.h @@ -69,6 +69,7 @@ #define NEUTRINO_ICON_BUTTON_RECORD_ACTIVE "btn_record_active" #define NEUTRINO_ICON_BUTTON_RECORD_INACTIVE "btn_record_inactive" #define NEUTRINO_ICON_BUTTON_STOP "btn_stop" +#define NEUTRINO_ICON_BUTTON_TIMER "btn_timer" #define NEUTRINO_ICON_BUTTON_LONGPRESS "longpress"