icons/flag-arrow-down.xpm
author insilmaril
Mon, 31 Jan 2005 09:47:43 +0000
changeset 88 9771028de303
parent 28 512536ce7773
permissions -rw-r--r--
fixed segfault when loading .vyp
     1 /* XPM */
     2 static char * flag_arrow_down_xpm[] = {
     3 "22 22 3 1",
     4 " 	c None",
     5 ".	c #000000",
     6 "+	c #4F54FF",
     7 "                      ",
     8 "                      ",
     9 "                      ",
    10 "                      ",
    11 "         .+++.        ",
    12 "         .+++.        ",
    13 "         .+++.        ",
    14 "         .+++.        ",
    15 "         .+++.        ",
    16 "         .+++.        ",
    17 "         .+++.        ",
    18 "         .+++.        ",
    19 "         .+++.        ",
    20 "         .+++.        ",
    21 "     ... .+++. ...    ",
    22 "       .........      ",
    23 "        .......       ",
    24 "         .....        ",
    25 "          ...         ",
    26 "                      ",
    27 "                      ",
    28 "                      "};