view etc/images/separator.xpm @ 78429:a3a4480349cb

(diff-unified->context, diff-reverse-direction, diff-fixup-modifs): Typo in docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 Aug 2007 20:08: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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};