view lisp/sb-mail.xpm @ 63831:1962e8146bf4

(python-check): Require `compile' before modifying its variables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 29 Jun 2005 06:58:42 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_mail_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #828282",
"#	c #FFFFFF",
" .................. ",
".++++++++++++++++++@",
".++##############++@",
".+#++##########++#+@",
".+###++######++###+@",
".+#####++##++#####+@",
".+#######++#######+@",
".+################+@",
".+####+######+####+@",
".+################+@",
".+##+##########+##+@",
".+################+@",
".++##############++@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};