annotate pixmaps/gnomeicu-online.xpm @ 3196:8b3d16785480
[gaim-migrate @ 3213]
(15:04:40) dolson: I am running Gaim 0.57, but the man page says version 0.56
(15:05:02) dolson: Is that fixed in CVS?
(15:05:10) LSchiere: nope
(15:05:25) dolson: You guys and your sloppy programming... Man... I should run Trillian in Wine...
committer: Tailor Script <tailor@pidgin.im>
author |
Sean Egan <seanegan@gmail.com> |
date |
Fri, 03 May 2002 19:24:19 +0000 |
parents |
3f76de1d69e1 |
children |
|
rev |
line source |
1220
|
1 /* XPM */
|
|
2 static char * icon_online_xpm[] = {
|
3015
|
3 "12 12 5 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #00FC00",
|
|
8 "# c #F8FC00",
|
|
9 " .. .. ",
|
|
10 " .+@.+@. ",
|
|
11 " .@@.@@... ",
|
|
12 " ...@.@@.+@.",
|
|
13 ".+@@....+@@.",
|
|
14 ".@@@.+#.... ",
|
|
15 " ....##.+@@.",
|
|
16 ".+@@....@@@.",
|
|
17 ".@@.+@.+... ",
|
|
18 " ...@@.@@. ",
|
|
19 " .@@.@@. ",
|
|
20 " .. .. "};
|