view etc/images/separator.xpm @ 112236:105ba04b561c

* configure: Bump min libxml2 version to 2.6.17 (Bug#7603).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 14 Jan 2011 22:21:48 -0500
parents bc8dc4ac1e28
children
line wrap: on
line source

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