From 48c1564ac5ef431e9111606e40488d04a96f3059 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Fri, 3 Jan 2003 13:26:04 +0000 Subject: Initial revision --- data/Makefile.am | 8 ++++++++ data/zenity-calendar.png | Bin 0 -> 2755 bytes data/zenity-file.png | Bin 0 -> 1343 bytes data/zenity-list.png | Bin 0 -> 256 bytes data/zenity-progress.png | Bin 0 -> 4446 bytes 5 files changed, 8 insertions(+) create mode 100644 data/Makefile.am create mode 100644 data/zenity-calendar.png create mode 100644 data/zenity-file.png create mode 100644 data/zenity-list.png create mode 100644 data/zenity-progress.png (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..ef1a1cd --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,8 @@ +imagesdir = $(datadir)/zenity/ +images_DATA = \ + zenity-calendar.png \ + zenity-list.png \ + zenity-file.png \ + zenity-progress.png + +EXTRA_DIST = $(images_DATA) diff --git a/data/zenity-calendar.png b/data/zenity-calendar.png new file mode 100644 index 0000000..889f329 Binary files /dev/null and b/data/zenity-calendar.png differ diff --git a/data/zenity-file.png b/data/zenity-file.png new file mode 100644 index 0000000..bac6392 Binary files /dev/null and b/data/zenity-file.png differ diff --git a/data/zenity-list.png b/data/zenity-list.png new file mode 100644 index 0000000..5a593b7 Binary files /dev/null and b/data/zenity-list.png differ diff --git a/data/zenity-progress.png b/data/zenity-progress.png new file mode 100644 index 0000000..505c805 Binary files /dev/null and b/data/zenity-progress.png differ -- cgit v1.2.3