From 574404b13e1b301bd7abff84c027226503cc4df9 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 29 Jan 2003 02:05:44 +0000 Subject: Update 2003-01-29 Glynn Foster * README: Update * configure.in: Remove some bogus configure checks that we almost certainly don't need. * src/about.c, data/Makefile.am, data/*.png: Add new pixbuf for about dialog. * TODO: Update accordingly --- data/Makefile.am | 7 ++++++- data/gnome-tshirt.png | Bin 0 -> 4147 bytes data/monk.png | Bin 0 -> 9773 bytes 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 data/gnome-tshirt.png create mode 100644 data/monk.png (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 9f5fbc6..232136b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,8 @@ +clothesdir = $(datadir)/zenity/clothes +clothes_DATA = \ + monk.png \ + gnome-tshirt.png + imagesdir = $(datadir)/zenity/ images_DATA = \ zenity.png \ @@ -8,4 +13,4 @@ images_DATA = \ zenity-text.png \ zenity-entry.png -EXTRA_DIST = $(images_DATA) +EXTRA_DIST = $(images_DATA) $(clothes_DATA) diff --git a/data/gnome-tshirt.png b/data/gnome-tshirt.png new file mode 100644 index 0000000..424ec61 Binary files /dev/null and b/data/gnome-tshirt.png differ diff --git a/data/monk.png b/data/monk.png new file mode 100644 index 0000000..0c515dd Binary files /dev/null and b/data/monk.png differ -- cgit v1.2.3