annotate pixmaps/tb_drag_arrow_right.xpm @ 9628:b85d6212d707
[gaim-migrate @ 10472]
A patch from Stu to solve the same buddy renaming problem we had in
IRC. I continue to wonder if this shouldn't be re-fixed in the core...
committer: Tailor Script <tailor@pidgin.im>
author |
Ethan Blanton <elb@pidgin.im> |
date |
Sun, 01 Aug 2004 01:26:33 +0000 |
parents |
5fb47ec9bfe4 |
children |
87e95b8ce60b |
rev |
line source |
4359
|
1 /* XPM */
|
|
2 static char * tb_drag_arrow_left_xpm[] = {
|
|
3 "16 13 2 1",
|
|
4 " c None",
|
|
5 ". c #FF0000",
|
|
6 " . ",
|
|
7 " .. ",
|
|
8 " ... ",
|
|
9 " .... ",
|
|
10 " ..... ",
|
|
11 "............... ",
|
|
12 "................",
|
|
13 "............... ",
|
|
14 " ..... ",
|
|
15 " .... ",
|
|
16 " ... ",
|
|
17 " .. ",
|
|
18 " . "};
|