annotate pixmaps/tb_drag_arrow_down.xpm @ 6529:e4e87ffd9f14
[gaim-migrate @ 7046]
The fortunateprofile.pl script works again. At least, I think it works, but
it's never worked here, but all the events and suff work, so that's good,
and i added a test.pl that people acan also see. now I'm going to bebd.
committer: Tailor Script <tailor@pidgin.im>
author |
Christian Hammond <chipx86@chipx86.com> |
date |
Wed, 20 Aug 2003 11:08:19 +0000 |
parents |
5fb47ec9bfe4 |
children |
87e95b8ce60b |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static const char * arrow_down_xpm[] = {
|
|
3 "13 16 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " ... ",
|
|
7 " ... ",
|
|
8 " ... ",
|
|
9 " ... ",
|
|
10 " ... ",
|
|
11 " ... ",
|
|
12 " ... ",
|
|
13 " ... ",
|
|
14 " ... ",
|
|
15 ".............",
|
|
16 " ........... ",
|
|
17 " ......... ",
|
|
18 " ....... ",
|
|
19 " ..... ",
|
|
20 " ... ",
|
|
21 " . "};
|