From b2e8db035a77fc87d20b046ffe017e95a5d024af Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 6 Oct 2000 19:46:19 +0000 Subject: make it transparent instead of white. 2000-10-06 Chris Toshok * art/empty.xpm: make it transparent instead of white. svn path=/trunk/; revision=5770 --- ChangeLog | 4 ++++ art/empty.xpm | 32 ++++++++++++++++---------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d8ae5bbf8..de33ea387e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-06 Chris Toshok + + * art/empty.xpm: make it transparent instead of white. + 2000-10-06 Christophe Merlet * *.desktop: Added french strings. diff --git a/art/empty.xpm b/art/empty.xpm index 93b02c0164..aca06618b1 100644 --- a/art/empty.xpm +++ b/art/empty.xpm @@ -3,19 +3,19 @@ static char * empty_xpm[] = { "16 16 2 1", " c None", ". c #FFFFFF", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................"}; +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; -- cgit