Mercurial > pidgin
annotate pixmaps/tb_undo.xpm @ 2042:d5033540df18
[gaim-migrate @ 2052]
i finally made up my mind about this. if you're specifying --login then it shouldn't reorder them, because you might not want them to be in a different order.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 16 Jun 2001 19:53:23 +0000 |
parents | 6f049002d963 |
children |
rev | line source |
---|---|
2008 | 1 /* XPM */ |
2 static char * tb_undo_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #8F431E", | |
7 "@ c #803C1B", | |
8 "# c #8A411D", | |
9 "$ c #954620", | |
10 "% c #733618", | |
11 "& c #5C2B13", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " . ", | |
19 " .. ", | |
20 " .+@... ", | |
21 " .#$##@%.. ", | |
22 " .+#...%%. ", | |
23 " .. .&. ", | |
24 " . .&. ", | |
25 " .. ", | |
26 " .. ", | |
27 " . ", | |
28 " . ", | |
29 " ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |