diff options
author | Jakub Steiner <jimmac@src.gnome.org> | 2001-02-01 21:10:14 +0800 |
---|---|---|
committer | Jakub Steiner <jimmac@src.gnome.org> | 2001-02-01 21:10:14 +0800 |
commit | c31dbafdaaaf7030ac01bc0609da107b98efae15 (patch) | |
tree | 614a4148921be2322c09185386b7d4434b94b4bd /art/show_all_messages.xpm | |
parent | da6dc3a2ac6ab3c1e100fa0416648e304cbd7ed8 (diff) | |
download | gsoc2013-evolution-c31dbafdaaaf7030ac01bc0609da107b98efae15.tar.gz gsoc2013-evolution-c31dbafdaaaf7030ac01bc0609da107b98efae15.tar.zst gsoc2013-evolution-c31dbafdaaaf7030ac01bc0609da107b98efae15.zip |
show all messages
svn path=/trunk/; revision=7930
Diffstat (limited to 'art/show_all_messages.xpm')
-rw-r--r-- | art/show_all_messages.xpm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/art/show_all_messages.xpm b/art/show_all_messages.xpm new file mode 100644 index 0000000000..f38a42aebf --- /dev/null +++ b/art/show_all_messages.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static char * show_all_messages_xpm[] = { +"16 16 8 1", +" c None", +". c #000000", +"+ c #9DB8D2", +"@ c #FFFFFF", +"# c #89A1B9", +"$ c #859DB4", +"% c #CACACA", +"& c #8199AF", +" ", +" ", +" ", +" ", +" . . ", +" . . . .", +" . . .", +" ........... ", +" .+@+. .+@+. ", +" .#+$. .%+&. ", +" ... ... ", +" ", +" ", +" ", +" ", +" "}; |