Mercurial > pidgin.yaz
annotate pixmaps/protocols/jabber/available-away.xpm @ 4583:ba4ff6fca005
[gaim-migrate @ 4867]
Vincent van Adrighem writes:
"I've made another update for the dutch translation of gaim. Could you
commit it for me? Thanks!"
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 16 Feb 2003 02:04:06 +0000 |
parents | a662c133d1fd |
children |
rev | line source |
---|---|
3583 | 1 /* XPM */ |
2 static char * available_away_xpm[] = { | |
3 "12 14 7 1", | |
4 " c None", | |
5 ". c #333333", | |
6 "+ c #FFFF00", | |
7 "@ c #FF0000", | |
8 "# c #FFFFFF", | |
9 "$ c #000000", | |
10 "% c #4C4C4C", | |
11 " .. ", | |
12 " .++. ", | |
13 " .++++. ", | |
14 " @@@@@@@@ ", | |
15 " @########@ ", | |
16 "@#$##$#$$##@", | |
17 "@#$$#$$##$#@", | |
18 "@#$#$$$$$$#@", | |
19 "@#$##$$##$#@", | |
20 " @########@ ", | |
21 " @@@@@@@@ ", | |
22 " %.$$% ", | |
23 " ... ", | |
24 " "}; |