annotate pixmaps/protocols/icq/gnomeicu-offline.xpm @ 4012:ab6c48a07fd6
[gaim-migrate @ 4212]
Fixed this filename madness. Robot101 is going to fix arts and nas and send
me a patch whilst I eat dinner. Herman (or Rob) you'll want to fix the win32
stuff accordingly, I presume.
This is not the end of the world.
committer: Tailor Script <tailor@pidgin.im>
author |
Sean Egan <seanegan@gmail.com> |
date |
Thu, 28 Nov 2002 02:03:38 +0000 |
parents |
f4f5eb78a201 |
children |
|
rev |
line source |
3581
|
1 /* XPM */
|
|
2 static char * icon_offline_xpm[] = {
|
|
3 "12 12 5 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #F80000",
|
|
8 "# c #F8FC00",
|
|
9 " .. .. ",
|
|
10 " .+@.+@. ",
|
|
11 " .@@.@@... ",
|
|
12 " ...@.@@.+@.",
|
|
13 ".+@@....+@@.",
|
|
14 ".@@@.+#.... ",
|
|
15 " ....##.+@@.",
|
|
16 ".+@@....@@@.",
|
|
17 ".@@.+@.+... ",
|
|
18 " ...@@.@@. ",
|
|
19 " .@@.@@. ",
|
|
20 " .. .. "};
|