view etc/images/close.xpm @ 86422:68e2cdfcf931

(vc-git-annotate-time): Handle optional field FILENAME. Also, match one space at end of annotation text, after last paren.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sun, 25 Nov 2007 00:41:49 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"       .      .         ",
"        .    ...        ",
"        ..  ....        ",
"         .. ...         ",
"         .....          ",
"          ...           ",
"         .....          ",
"        .......         ",
"       ...  ....        ",
"      ...    ....       ",
"     ...      ..        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};