Mercurial > pidgin.yaz
annotate pixmaps/protocols/jabber/available-error.xpm @ 3966:ff8eb6508202
[gaim-migrate @ 4150]
Installer script now receives Gaim version from command line
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Fri, 15 Nov 2002 17:08:51 +0000 |
parents | a662c133d1fd |
children |
rev | line source |
---|---|
3583 | 1 /* XPM */ |
2 static char * available_error_xpm[] = { | |
3 "12 14 6 1", | |
4 " c None", | |
5 ". c #333333", | |
6 "+ c #000000", | |
7 "@ c #E8E8E8", | |
8 "# c #666666", | |
9 "$ c #4C4C4C", | |
10 " .. ", | |
11 " . +@. ", | |
12 " .@#+@@. ", | |
13 " .@@@+@@@. ", | |
14 " .@@++#@@. ", | |
15 " .@@+@+++. ", | |
16 " .@+@+@@@. ", | |
17 " .@+++@# ", | |
18 " .+@@@+. ", | |
19 " .@@@. ", | |
20 " $+++$ ", | |
21 " $+++$ ", | |
22 " +++ ", | |
23 " "}; |