view kdiff3/src/xpm/left2arrow.xpm @ 53:32d5cbf9db71

Corrections for 0.9.81: - Fix for configure --enable-final - Bugfixes - First steps towards internationalisation
author joachim99
date Tue, 20 Jan 2004 20:19:59 +0000
parents 86d21651c8db
children
line wrap: on
line source
/* XPM */
static const char *left2arrow[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
"  c #000000",
". c None",
/* pixels */
"................",
"................",
"....... ..... ..",
"......  ....  ..",
".....   ...   ..",
"....    ..    ..",
"...     .     ..",
"..            ..",
"..            ..",
"...     .     ..",
"....    ..    ..",
".....   ...   ..",
"......  ....  ..",
"....... ..... ..",
"................",
"................"
};