diff options
author | Jakub Steiner <jimmac@src.gnome.org> | 2001-02-02 04:07:28 +0800 |
---|---|---|
committer | Jakub Steiner <jimmac@src.gnome.org> | 2001-02-02 04:07:28 +0800 |
commit | 8924d2397cd8528793ea528546125231383c1a5a (patch) | |
tree | 13221e30ebbc344878336e920ad5727b47590810 /art | |
parent | d9028d557c0722936555e27e3b0ecc9ecf6e77a4 (diff) | |
download | gsoc2013-evolution-8924d2397cd8528793ea528546125231383c1a5a.tar.gz gsoc2013-evolution-8924d2397cd8528793ea528546125231383c1a5a.tar.zst gsoc2013-evolution-8924d2397cd8528793ea528546125231383c1a5a.zip |
for the view menu
svn path=/trunk/; revision=7932
Diffstat (limited to 'art')
-rw-r--r-- | art/hide_deleted_messages.xpm | 39 | ||||
-rw-r--r-- | art/hide_read_messages.xpm | 23 |
2 files changed, 62 insertions, 0 deletions
diff --git a/art/hide_deleted_messages.xpm b/art/hide_deleted_messages.xpm new file mode 100644 index 0000000000..189d8d350e --- /dev/null +++ b/art/hide_deleted_messages.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * hide_deleted_messages_xpm[] = { +"16 16 20 1", +" c None", +". c #828282", +"+ c #A0A0A0", +"@ c #AAAAAA", +"# c #898989", +"$ c #9A9A9A", +"% c #8F8F8F", +"& c #A9A9A9", +"* c #A5A5A5", +"= c #959595", +"- c #A8A8A8", +"; c #AEAEAE", +"> c #B1B1B1", +", c #B3B3B3", +"' c #9B9B9B", +") c #DF421E", +"! c #000000", +"~ c #B7B7B7", +"{ c #ADADAD", +"] c #AFAFAF", +" ", +" ", +" ", +" .. .+.@#$.. ", +" .. ..%&$*=$ ", +" .. .@.-;$#> ", +" ", +" .%.; .%, '. ) ", +"!!!!!!!!!!!!! ))", +" .~$. ... .. ) ", +" ", +" .+ .+.'% .+ ", +" .{ .#%.] '& ", +" .' .$;.% .. ", +" ", +" "}; diff --git a/art/hide_read_messages.xpm b/art/hide_read_messages.xpm new file mode 100644 index 0000000000..8df1313651 --- /dev/null +++ b/art/hide_read_messages.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * hide_read_messages_xpm[] = { +"16 16 4 1", +" c None", +". c #000000", +"+ c #DF421E", +"@ c #828282", +" ", +" ", +" ", +" .. ....... ", +" + ", +" @ @@@ @@ @ ++", +" + ", +" ... .. ... ", +" ", +" ... . .... ", +" + ", +" @@ @@@ @@@ ++", +" + ", +" . ... .... ", +" ", +" "}; |