Mercurial > pidgin.yaz
annotate pixmaps/protocols/jabber/available-xa.xpm @ 4777:e23a7e166680
[gaim-migrate @ 5097]
- a couple compile cleanups
- status messages and tooltips won't crash gaim when people put up certain
away messages
- yahoo status messages will show the current "custom" message instead of
the previous one
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 14 Mar 2003 22:49:32 +0000 |
parents | a662c133d1fd |
children |
rev | line source |
---|---|
3583 | 1 /* XPM */ |
2 static char * available_xa_xpm[] = { | |
3 "12 14 10 1", | |
4 " c None", | |
5 ". c #FF0000", | |
6 "+ c #333333", | |
7 "@ c #FFFF00", | |
8 "# c #7F0000", | |
9 "$ c #666666", | |
10 "% c #FFFFFF", | |
11 "& c #000000", | |
12 "* c #B2B2B2", | |
13 "= c #4C4C4C", | |
14 " .+++. ", | |
15 " .+@@@+. ", | |
16 " .@@@@@.## ", | |
17 " +.@$@##.%# ", | |
18 " +.###%%%&&#", | |
19 "##.%%%*%&&%#", | |
20 "#%*&*&%&%*&#", | |
21 "#%&%&&%&&%&#", | |
22 "#%&%&%&&%%%#", | |
23 " #*&*%%%### ", | |
24 " #%%#### ", | |
25 " ###+&&= ", | |
26 " +++ ", | |
27 " "}; |