annotate docs/sample.gftp/down.xpm @ 150:662aa96e417c
2003-04-27 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
author |
menthos |
date |
Sun, 27 Apr 2003 14:35:53 +0000 |
parents |
8b1883341c6f |
children |
e999754d6106 |
rev |
line source |
1
|
1 /* XPM */
|
|
2
|
|
3 /* This was drawn by Brian Masney <masneyb@gftp.org> */
|
|
4
|
|
5 static char *down_xpm[] = {
|
|
6 "16 14 2 1",
|
|
7 " c None",
|
|
8 "# c #000000",
|
|
9 " ",
|
|
10 " ### ",
|
|
11 " ### ",
|
|
12 " ### ",
|
|
13 " ### ",
|
|
14 " ### ",
|
|
15 " ### ",
|
|
16 " ### ",
|
|
17 " ### ",
|
|
18 " ####### ",
|
|
19 " ##### ",
|
|
20 " ### ",
|
|
21 " # ",
|
|
22 " "
|
|
23 };
|