annotate kdiff3/src/xpm/down2arrow.xpm @ 38:ec4d236b9d1b
Suppression of quotes (WinCVS integration)
Suppression of the entry in the context menu of the directories (explorer integration)
author |
friseb123 |
date |
Mon, 13 Oct 2003 08:42:16 +0000 |
parents |
86d21651c8db |
children |
8febbfb1148c |
rev |
line source |
joachim99@8
|
1 /* XPM */
|
joachim99@8
|
2 static const char *down2arrow[] = {
|
joachim99@8
|
3 /* columns rows colors chars-per-pixel */
|
joachim99@8
|
4 "16 16 2 1",
|
joachim99@8
|
5 " c #000000",
|
joachim99@8
|
6 ". c None",
|
joachim99@8
|
7 /* pixels */
|
joachim99@8
|
8 "................",
|
joachim99@8
|
9 "................",
|
joachim99@8
|
10 ".. ..",
|
joachim99@8
|
11 "... ...",
|
joachim99@8
|
12 ".... ....",
|
joachim99@8
|
13 "..... .....",
|
joachim99@8
|
14 "...... ......",
|
joachim99@8
|
15 "....... .......",
|
joachim99@8
|
16 ".. ..",
|
joachim99@8
|
17 "... ...",
|
joachim99@8
|
18 ".... ....",
|
joachim99@8
|
19 "..... .....",
|
joachim99@8
|
20 "...... ......",
|
joachim99@8
|
21 "....... .......",
|
joachim99@8
|
22 "................",
|
joachim99@8
|
23 "................"
|
joachim99@8
|
24 };
|