view lisp/gnus/frown.xpm @ 58976:d44001b73ca8

(main): Fix typo in conversion of LONG_OPTIONS from preprocessing to compile time constant.
author Andreas Schwab <schwab@suse.de>
date Wed, 15 Dec 2004 13:23:03 +0000
parents 55fd4f77387a
children
line wrap: on
line source

/* XPM */
static char * frown_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".++..+++..++.",
".++++.+.++++.",
".+...+++...+.",
".+...+++...+.",
".+++++++++++.",
".+++.....+++.",
".++.+++++.++.",
".++.+++++.++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};