diff --git a/data/themes/default.edc b/data/themes/default.edc index 04dd005e4..7c0cfa921 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -29831,6 +29831,7 @@ collections { ICON("transform-move","icon_autoscroll.png",64) // "enlightenment/autoscroll" ICON("view-refresh","icon_efm_refresh.png",16) // EFMBUTTON("refresh" ICON("view-inherit","icon_dummy.png",64) // *** // EFMBUTTON("inherit" + ICON("screenshot","icon_screenshot.png",64) // dunno //Standard Status Icons ICON("dialog-warning","icon_warning.png",128) // "enlightenment/warning" ICON("dialog-error","icon_warning.png",128) // "enlightenment/error" diff --git a/data/themes/images/Makefile.am b/data/themes/images/Makefile.am index c32594e86..a0855f6c6 100644 --- a/data/themes/images/Makefile.am +++ b/data/themes/images/Makefile.am @@ -256,6 +256,7 @@ icon_screen_right.png \ icon_screensaver.png \ icon_screen_setup.png \ icon_screen_vflip.png \ +icon_screenshot.png \ icon_shelf_bottom_desk.png \ icon_shelf_bottom_left.png \ icon_shelf_bottom.png \ diff --git a/data/themes/images/icon_screenshot.png b/data/themes/images/icon_screenshot.png new file mode 100644 index 000000000..bcd2a695d Binary files /dev/null and b/data/themes/images/icon_screenshot.png differ diff --git a/src/modules/shot/e-module-shot.edj b/src/modules/shot/e-module-shot.edj index a25237bdf..a50790686 100644 Binary files a/src/modules/shot/e-module-shot.edj and b/src/modules/shot/e-module-shot.edj differ