view etc/images/gud/print.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 8d47733bcd93
children
line wrap: on
line source

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