view etc/toolbar/ediff-prev.xpm @ 214:c5d88c05e1e9

Added tag r20-4b5 for changeset 78f53ef88e17
author cvs
date Mon, 13 Aug 2007 10:06:48 +0200
parents 0293115a14e9
children
line wrap: on
line source

/* XPM */
static char * left-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"15 15 3 1",
" 	c Gray75 s backgroundToolBarColor",
".	c black",
"X	c white",
"               ",
"        .      ",
"       ..      ",
"      .X.      ",
"     .XX...... ",
"    .X.XXXXXX. ",
"   .X.......X. ",
"  ..........X. ",
"   .........X. ",
"    .......... ",
"     ......... ",
"      ...      ",
"       ..      ",
"        .      ",
"               ",
};