Fri, 28 Nov 2008 11:21:08 +0100
Fork project trunk at version 0.7.7 to maintain for future usage.
The original Cable & Wireless development team no longer exists.
The OSSP CVS repository is unavailable (cvs co ossp-pkg/as fails),
however http://cvs.ossp.org/dirview?d=ossp-pkg/as/as-gui is working.
1 /* XPM */
2 static const char *s_kpcWhatsthis_xpm[] = {
3 /* width height ncolors chars_per_pixel */
4 "16 16 3 1",
5 /* colors */
6 "# c None",
7 ". c #000000",
8 "a c #000083",
9 /* pixels */
10 ".########aaaaa##",
11 "..######aaa#aaa#",
12 "...####aaa###aaa",
13 "....###aa#####aa",
14 ".....##aa#####aa",
15 "......##a####aaa",
16 ".......#####aaa#",
17 "........###aaa##",
18 ".........#aaa###",
19 ".....#####aaa###",
20 "..#...##########",
21 ".##...####aaa###",
22 "####...###aaa###",
23 "####...#########",
24 "#####...########",
25 "#####...########"
26 };