comparison lisp/gnus/cry.xpm @ 82957:48a95d16151f

Added new files from the v5_10 branch of Gnus.
author Reiner Steib <Reiner.Steib@gmx.de>
date Mon, 02 Aug 2004 15:06:12 +0000
parents
children
comparison
equal deleted inserted replaced
82956:c7c3eea4090e 82957:48a95d16151f
1 /* XPM */
2 static char * cry_xpm[] = {
3 "13 14 3 1",
4 " c None",
5 ". c #000000",
6 "+ c #FFDD00",
7 " ....... ",
8 " ..+++++.. ",
9 " .+++++++++. ",
10 ".+++++++++++.",
11 ".++..+++..++.",
12 ".++++++++.++.",
13 ".+++++++.+.+.",
14 ".+++++++.+.+.",
15 ".++++++++..+.",
16 ".+++.....+++.",
17 ".++.+++++.++.",
18 " .+++++++++. ",
19 " ..+++++.. ",
20 " ....... "};