view kdiff3/src-QT4/xpm/up2arrow.xpm @ 91:fa1a49fc1ec1

Fix crash on start if word wrap is on, and fix for storing utf-8 without BOM.
author joachim99
date Tue, 06 Jan 2009 22:31:57 +0000
parents 08ea9b86c12c
children
line wrap: on
line source
/* XPM */
static const char *up2arrow[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
"  c #0080ff",
"# c #000000",
". c None",
/* pixels */
"................",
"................",
".......##.......",
"......#  #......",
".....#    #.....",
"....#      #....",
"...#        #...",
"..############..",
".......##.......",
"......#  #......",
".....#    #.....",
"....#      #....",
"...#        #...",
"..############..",
"................",
"................"
};