view etc/images/ezimage/checkmark.xpm @ 69212:16877a343711

(mh-image-load-path): Rename variable to mh-image-directory. (mh-image-load-path): Access mh-image-directory instead of mh-image-load-path.
author Bill Wohler <wohler@newt.com>
date Tue, 28 Feb 2006 21:47:19 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_chk_xpm[] = {
"15 15 2 1",
" 	c None",
".	c #FF0000",
"               ",
" . .  ..       ",
" . . .         ",
" . . .       . ",
"  .   ..    .  ",
"           ..  ",
"          ..   ",
" ...     ..    ",
" ...    ..     ",
" ....  ..      ",
"  ... ..       ",
"   ....        ",
"    ...        ",
"     .         ",
"               "};