annotate pixmaps/protocols/oscar/gnomeicu-online.xpm @ 3687:7ae5c5cf9b14
[gaim-migrate @ 3817]
The beginnings of the conversion of the chat window. It will have a menu bar, too.
committer: Tailor Script <tailor@pidgin.im>
author |
Rob Flynn <gaim@robflynn.com> |
date |
Mon, 14 Oct 2002 06:10:42 +0000 |
parents |
16f4776742af |
children |
|
rev |
line source |
3490
|
1 /* XPM */
|
|
2 static char * icon_online_xpm[] = {
|
|
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 " .. .. "};
|