diff options
Diffstat (limited to 'src/gui/core')
-rw-r--r-- | src/gui/core/Makefile.am | 4 | ||||
-rw-r--r-- | src/gui/core/gresource.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/core/Makefile.am b/src/gui/core/Makefile.am index d23dc07..db9fd47 100644 --- a/src/gui/core/Makefile.am +++ b/src/gui/core/Makefile.am @@ -8,7 +8,9 @@ RES_FILES = \ ../../../pixmaps/collapse.png \ ../../../pixmaps/collapse_dark.png \ ../../../pixmaps/expand.png \ - ../../../pixmaps/expand_dark.png + ../../../pixmaps/expand_dark.png \ + ../../../pixmaps/snapshot.png \ + ../../../pixmaps/snapshot_current.png libguicore_la_SOURCES = \ core.h core.c \ diff --git a/src/gui/core/gresource.xml b/src/gui/core/gresource.xml index ad3688c..6f5cb94 100644 --- a/src/gui/core/gresource.xml +++ b/src/gui/core/gresource.xml @@ -6,5 +6,7 @@ <file compressed="true" alias="collapse_dark.png">../../../pixmaps/collapse_dark.png</file> <file compressed="true" alias="expand.png">../../../pixmaps/expand.png</file> <file compressed="true" alias="expand_dark.png">../../../pixmaps/expand_dark.png</file> + <file compressed="true" alias="snapshot.png">../../../pixmaps/snapshot.png</file> + <file compressed="true" alias="snapshot_current.png">../../../pixmaps/snapshot_current.png</file> </gresource> </gresources> |