diff options
author | Glynn Foster <gman@src.gnome.org> | 2003-01-03 13:26:04 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-03 13:26:04 +0000 |
commit | 48c1564ac5ef431e9111606e40488d04a96f3059 (patch) | |
tree | 85ae5d577ecfd41f8692fedc15d50bfe9cbd5b15 /data | |
download | zenity-48c1564ac5ef431e9111606e40488d04a96f3059.tar.gz zenity-48c1564ac5ef431e9111606e40488d04a96f3059.tar.bz2 zenity-48c1564ac5ef431e9111606e40488d04a96f3059.zip |
Initial revision
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 8 | ||||
-rw-r--r-- | data/zenity-calendar.png | bin | 0 -> 2755 bytes | |||
-rw-r--r-- | data/zenity-file.png | bin | 0 -> 1343 bytes | |||
-rw-r--r-- | data/zenity-list.png | bin | 0 -> 256 bytes | |||
-rw-r--r-- | data/zenity-progress.png | bin | 0 -> 4446 bytes |
5 files changed, 8 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 00000000..ef1a1cdd --- /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 Binary files differnew file mode 100644 index 00000000..889f329a --- /dev/null +++ b/data/zenity-calendar.png diff --git a/data/zenity-file.png b/data/zenity-file.png Binary files differnew file mode 100644 index 00000000..bac63921 --- /dev/null +++ b/data/zenity-file.png diff --git a/data/zenity-list.png b/data/zenity-list.png Binary files differnew file mode 100644 index 00000000..5a593b73 --- /dev/null +++ b/data/zenity-list.png diff --git a/data/zenity-progress.png b/data/zenity-progress.png Binary files differnew file mode 100644 index 00000000..505c805e --- /dev/null +++ b/data/zenity-progress.png |