as_gfx/whatsthis.xpm

Sun, 14 Dec 2008 12:41:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 14 Dec 2008 12:41:48 +0100
changeset 6
b6635ff398ca
permissions
-rw-r--r--

Change FTP server name where new releases are hosted.

     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 };

mercurial