diff options
author | Jakub Steiner <jimmac@src.gnome.org> | 2001-02-01 21:11:26 +0800 |
---|---|---|
committer | Jakub Steiner <jimmac@src.gnome.org> | 2001-02-01 21:11:26 +0800 |
commit | d9028d557c0722936555e27e3b0ecc9ecf6e77a4 (patch) | |
tree | 9d672a7ca9d39dfd5f576cb2320b7be278d96440 | |
parent | c31dbafdaaaf7030ac01bc0609da107b98efae15 (diff) | |
download | gsoc2013-evolution-d9028d557c0722936555e27e3b0ecc9ecf6e77a4.tar gsoc2013-evolution-d9028d557c0722936555e27e3b0ecc9ecf6e77a4.tar.gz gsoc2013-evolution-d9028d557c0722936555e27e3b0ecc9ecf6e77a4.tar.bz2 gsoc2013-evolution-d9028d557c0722936555e27e3b0ecc9ecf6e77a4.tar.lz gsoc2013-evolution-d9028d557c0722936555e27e3b0ecc9ecf6e77a4.tar.xz gsoc2013-evolution-d9028d557c0722936555e27e3b0ecc9ecf6e77a4.tar.zst gsoc2013-evolution-d9028d557c0722936555e27e3b0ecc9ecf6e77a4.zip |
i hope it's not confusing. should stand for 'hide selected images'
svn path=/trunk/; revision=7931
-rw-r--r-- | art/hide_selected_messages.xpm | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/art/hide_selected_messages.xpm b/art/hide_selected_messages.xpm new file mode 100644 index 0000000000..cb1989b84c --- /dev/null +++ b/art/hide_selected_messages.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_selected_messages_xpm[] = { +"16 16 14 1", +" c None", +". c #4B6983", +"+ c #DF421E", +"@ c #FFFFFF", +"# c #798FA2", +"$ c #BEC8D0", +"% c #F1F3F5", +"& c #CDD5DC", +"* c #A9B6C2", +"= c #000000", +"- c #647E94", +"; c #A2B1BE", +"> c #E4E8EC", +", c #D8DEE4", +" ", +" ", +" ", +" ............ + ", +" .@#$%%#@&*%. ++", +" ............ + ", +" ", +" === == === ", +" ", +" === = ==== ", +" ", +" ............ + ", +" .@%-@&@;>,%. ++", +" ............ + ", +" ", +" "}; |