view etc/images/smilies/grayscale/grin.xpm @ 87742:25f1614da585

Fix typo in src/lisp.h
author Michael Olson <mwolson@gnu.org>
date Sun, 13 Jan 2008 22:10:51 +0000
parents a3c27999decb
children
line wrap: on
line source

/* XPM */
static char * grin_xpm[] = {
"14 14 8 1",
" 	c None",
".	c #484848",
"+	c #000000",
"@	c #515151",
"#	c #6E6E6E",
"$	c #ABABAB",
"%	c #FFFFFF",
"&	c #737373",
"              ",
"              ",
"    .    .    ",
"    +    +    ",
"    +    +    ",
"    +    +    ",
"              ",
"  ++@@##@@++  ",
"  $+%%%%%%+$  ",
"   &+%%%%+&   ",
"    &++++&    ",
"     $$$$     ",
"              ",
"              "};