view etc/images/separator.xpm @ 112186:705e5c9bc06a

allout.el: Add 2011 to the file copyright. (allout-encrypt-string): Prevent encryption from adding an extra newline at the end of the topic body. (allout-version): Increment to 2.3.
author Ken Manheimer <ken.manheimer@gmail.com>
date Mon, 10 Jan 2011 17:05:42 -0500
parents bc8dc4ac1e28
children
line wrap: on
line source

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