view etc/images/separator.xpm @ 112265:d67e8472ae65

Fix setting of buffer-file-coding-system of RMAIL buffer.
author Kenichi Handa <handa@m17n.org>
date Fri, 14 Jan 2011 13:08:53 +0900
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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