annotate docs/sample.gftp/right.xpm @ 279:0122f4f51527
2003-10-03 Marcel Telka <marcel@telka.sk>
* sk.po: Added Slovak translation by
Pavel Kanzelsberger <kanzels@boxnetwork.sk>
author |
marcel |
date |
Fri, 03 Oct 2003 20:33:30 +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 *right_xpm[] = {
|
|
6 "16 9 2 1",
|
|
7 " c None",
|
|
8 "# c #000000",
|
|
9 " # ",
|
|
10 " ## ",
|
|
11 " ### ",
|
|
12 " ############# ",
|
|
13 " ############## ",
|
|
14 " ############# ",
|
|
15 " ### ",
|
|
16 " ## ",
|
|
17 " # ",
|
|
18 };
|