view etc/images/separator.xpm @ 87596:0f01cefc5aa8

Fix typo in comment. Reported by Tom Tromey <tromey@redhat.com>.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 06 Jan 2008 03:18:08 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

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