diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-07 03:46:19 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-07 03:46:19 +0800 |
commit | b2e8db035a77fc87d20b046ffe017e95a5d024af (patch) | |
tree | 421c6236a02609aa66709a46e9c8bbef8e665dd1 | |
parent | 244385f54e91b0671e5116222a073a62cf48d560 (diff) | |
download | gsoc2013-evolution-b2e8db035a77fc87d20b046ffe017e95a5d024af.tar gsoc2013-evolution-b2e8db035a77fc87d20b046ffe017e95a5d024af.tar.gz gsoc2013-evolution-b2e8db035a77fc87d20b046ffe017e95a5d024af.tar.bz2 gsoc2013-evolution-b2e8db035a77fc87d20b046ffe017e95a5d024af.tar.lz gsoc2013-evolution-b2e8db035a77fc87d20b046ffe017e95a5d024af.tar.xz gsoc2013-evolution-b2e8db035a77fc87d20b046ffe017e95a5d024af.tar.zst gsoc2013-evolution-b2e8db035a77fc87d20b046ffe017e95a5d024af.zip |
make it transparent instead of white.
2000-10-06 Chris Toshok <toshok@helixcode.com>
* art/empty.xpm: make it transparent instead of white.
svn path=/trunk/; revision=5770
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | art/empty.xpm | 32 |
2 files changed, 20 insertions, 16 deletions
@@ -1,3 +1,7 @@ +2000-10-06 Chris Toshok <toshok@helixcode.com> + + * art/empty.xpm: make it transparent instead of white. + 2000-10-06 Christophe Merlet <christophe@merlet.net> * *.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", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................"}; +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |