view etc/images/separator.xpm @ 111927:f2a4e55e19ea

* lisp/mail/smtpmail.el (smtpmail-send-it): Revert previous change. (convert-standard-filename means it was bogus.)
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Dec 2010 17:46:03 -0800
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};