view etc/images/separator.xpm @ 106668:75fb4d306cdf

INSTALL: Remove obsolete notes about line endings, and fix some typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 Dec 2009 16:24:26 +0100
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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