comparison pixmaps/gg_suncloud.xpm @ 2393:a7ecfd3f7714

[gaim-migrate @ 2406] Arkadiusz Miskiewicz\'s Gadu-Gadu plugin. I was able to figure out enough polish to be able to download Gadu-Gadu, create an account, and test the plugin. Imagine my shock when I got my info and it said I was a woman. Whoops. Also splitting plugins.c so that non-gtk stuff is in modules.c. gaim-core is almost ready for protocol implantaion. Also fixing an IRC bug. Also patiently waiting for anoncvs_gaim's lock in /cvsroot/gaim/gaim/pixmaps committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 29 Sep 2001 23:06:30 +0000
parents
children
comparison
equal deleted inserted replaced
2392:9965c0bbdb7c 2393:a7ecfd3f7714
1 /* XPM */
2 static char * gg_suncloud_xpm[] = {
3 "18 18 7 1",
4 " c None",
5 ". c #FF0000",
6 "+ c #7F7F7F",
7 "@ c #FFFF00",
8 "# c #000000",
9 "$ c #00007F",
10 "% c #00FFFF",
11 " ",
12 " . ",
13 " .+ ",
14 " . .+ . ",
15 " . ..@.. .+ ",
16 " .@@@@@.+ ",
17 " .@@#@#@@.+ ",
18 " .@@@@@@@.+ ",
19 " ...@$@@@@@@@... ",
20 " $$%$@@@#@$$$++ ",
21 " $%%%%$##@$%%%$ ",
22 " $%%%%%%$$$%%%%$ ",
23 " $%%%%%%%%%%%%%%$ ",
24 " $%%%%%%%%%%%%%$ ",
25 " $%%%%%%%%%%%%$ ",
26 " $%%%$$$%%%$$$ ",
27 " $$$ $$$ ",
28 " "};