annotate kdiff3/src/xpm/downend.xpm @ 47:a323cd6c403a
Appendinf the word "debug" into the setup filename if the debug version is generated
author |
friseb123 |
date |
Thu, 16 Oct 2003 11:58:15 +0000 |
parents |
86d21651c8db |
children |
8febbfb1148c |
rev |
line source |
joachim99@8
|
1 /* XPM */
|
joachim99@8
|
2 static const char *downend[]={
|
joachim99@8
|
3 "16 16 2 1",
|
joachim99@8
|
4 "# c #000000",
|
joachim99@8
|
5 ". c None",
|
joachim99@8
|
6 "................",
|
joachim99@8
|
7 "................",
|
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 "................"};
|