summaryrefslogtreecommitdiff
path: root/pixmaps
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-10-24 21:59:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-10-24 21:59:55 (GMT)
commita9c607a1be25b43a17ea55b21459a0433f4f3d5b (patch)
tree0bc9018cb2b533d32cf8693871eef563835973b0 /pixmaps
parent7ba652c99e843b21c108fc242b8faa7f5f9502c0 (diff)
Provided a dialog box to manage snapshots.
Diffstat (limited to 'pixmaps')
-rw-r--r--pixmaps/Makefile.am8
-rw-r--r--pixmaps/snapshot.pngbin0 -> 1214 bytes
-rw-r--r--pixmaps/snapshot.xcfbin0 -> 210520 bytes
-rw-r--r--pixmaps/snapshot_current.pngbin0 -> 1525 bytes
4 files changed, 7 insertions, 1 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index 2844877..ecf6a68 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -45,6 +45,11 @@ MISC = \
chrysalide_text.png \
welcome.png
+CORE = \
+ snapshot.xcf \
+ snapshot.png \
+ snapshot_current.png
+
EXTRA_DIST = \
chrysalide.xcf \
openida.xcf \
@@ -55,7 +60,8 @@ EXTRA_DIST = \
$(TOOLBAR_BUTTONS) \
$(LIST_ICONS) \
$(ERROR_ICONS) \
- $(MISC)
+ $(MISC) \
+ $(CORE)
pix_DATA = $(APP_ICONS) $(REVISION_PIX) $(TOOLBAR_BUTTONS) $(LIST_ICONS) $(ERROR_ICONS) $(OTHER_ICONS) $(MISC)
diff --git a/pixmaps/snapshot.png b/pixmaps/snapshot.png
new file mode 100644
index 0000000..925ff3c
--- /dev/null
+++ b/pixmaps/snapshot.png
Binary files differ
diff --git a/pixmaps/snapshot.xcf b/pixmaps/snapshot.xcf
new file mode 100644
index 0000000..0537bad
--- /dev/null
+++ b/pixmaps/snapshot.xcf
Binary files differ
diff --git a/pixmaps/snapshot_current.png b/pixmaps/snapshot_current.png
new file mode 100644
index 0000000..e601b5b
--- /dev/null
+++ b/pixmaps/snapshot_current.png
Binary files differ