diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-29 02:05:44 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-29 02:05:44 +0000 |
commit | 574404b13e1b301bd7abff84c027226503cc4df9 (patch) | |
tree | 9387464374208f4d4ba2b43e42a02814fe5dcacb /data | |
parent | 22625f8b16e1dc38be50cc2e869780b74e7f6891 (diff) | |
download | zenity-574404b13e1b301bd7abff84c027226503cc4df9.tar.gz |
Update
2003-01-29 Glynn Foster <glynn.foster@sun.com>
* 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
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 7 | ||||
-rw-r--r-- | data/gnome-tshirt.png | bin | 0 -> 4147 bytes | |||
-rw-r--r-- | data/monk.png | bin | 0 -> 9773 bytes |
3 files changed, 6 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..424ec61 --- /dev/null +++ b/data/gnome-tshirt.png diff --git a/data/monk.png b/data/monk.png Binary files differnew file mode 100644 index 0000000..0c515dd --- /dev/null +++ b/data/monk.png |