annotate pixmaps/tb_drag_arrow_right.xpm @ 9707:0b1538126851
[gaim-migrate @ 10568]
Make sure the default smiley theme really is "default." I think
warren may have pointed this out just before 0.80 was released,
and I think this should fix the problem he was seeing.
committer: Tailor Script <tailor@pidgin.im>
author |
Mark Doliner <mark@kingant.net> |
date |
Sat, 07 Aug 2004 23:28:51 +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 " . "};
|