From 8402c27e771e8c1e6a3b32720edaaa2a6767d455 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 3 Feb 2003 03:16:32 +0000 Subject: Um, you don't really want to know. 2003-02-03 Glynn Foster * data/Makefile.am, data/hawaii-shirt.png, data/surfboard.png, src/about.c: Um, you don't really want to know. --- data/Makefile.am | 4 +++- data/hawaii-shirt.png | Bin 0 -> 13730 bytes data/surfboard.png | Bin 0 -> 14484 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 data/hawaii-shirt.png create mode 100644 data/surfboard.png (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 52cc60f..d136a37 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,7 +2,9 @@ clothesdir = $(datadir)/zenity/clothes clothes_DATA = \ monk.png \ gnome-tshirt.png \ - sunglasses.png + sunglasses.png \ + surfboard.png \ + hawaii-shirt.png imagesdir = $(datadir)/zenity/ images_DATA = \ diff --git a/data/hawaii-shirt.png b/data/hawaii-shirt.png new file mode 100644 index 0000000..db4184c Binary files /dev/null and b/data/hawaii-shirt.png differ diff --git a/data/surfboard.png b/data/surfboard.png new file mode 100644 index 0000000..572d9de Binary files /dev/null and b/data/surfboard.png differ -- cgit v1.2.3