annotate pixmaps/tb_drag_arrow_down.xpm @ 11071:e6b4badef34d
[gaim-migrate @ 13072]
(15:40:40) Sean Egan: By the way, I no longer like my logs populate list of screennames idea :-P
I changed this so that screen names from logs only populate the View User Log dialog. That way, you can still easily access all your logs.
committer: Tailor Script <tailor@pidgin.im>
author |
Richard Laager <rlaager@wiktel.com> |
date |
Fri, 08 Jul 2005 06:47:24 +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 " . "};
|