view etc/images/separator.xpm @ 70253:36e7fd0f02f6

(calc-embedded-make-info): Use `math-read-expr' when `math-read-big-expr' doesn't work.
author Jay Belanger <jay.p.belanger@gmail.com>
date Thu, 27 Apr 2006 18:38:37 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};