annotate pixmaps/tb_drag_arrow_down.xpm @ 8204:b8e7d4efdc10
[gaim-migrate @ 8927]
This name is pretty generic... I bet we could get two of them in here.
Call to Arms: If your name is Alex Smith and you're not the guy that
submitted the patch I just commited, fix a minor bug or something
and send us a patch.
Also, someone make sure Chromakode gets in here, I don't have his
real name.
committer: Tailor Script <tailor@pidgin.im>
author |
Mark Doliner <mark@kingant.net> |
date |
Tue, 03 Feb 2004 06:57:40 +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 " . "};
|