as_gfx/refreshd.xpm

Wed, 07 Jan 2009 18:49:25 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 07 Jan 2009 18:49:25 +0100
changeset 12
ceb4ba3d2d00
parent 3
c1941114ca88
permissions
-rw-r--r--

Bump copyright year number.

michael@1 1 /*
michael@1 2 ** OSSP asgui - Accounting system graphical user interface
michael@12 3 ** Copyright (c) 2002-2009 The OSSP Project (http://www.ossp.org/)
michael@12 4 ** Copyright (c) 2002-2009 Ralf S. Engelschall <rse@engelschall.com>
michael@12 5 ** Copyright (c) 2002-2009 Michael Schloh von Bennewitz <michael@schloh.com>
michael@12 6 ** Copyright (c) 2002-2009 Cable & Wireless Telecommunications Services GmbH
michael@1 7 **
michael@1 8 ** This file is part of OSSP asgui, an accounting system graphical user
michael@3 9 ** interface which can be found at http://asgui.europalab.com/.
michael@1 10 **
michael@1 11 ** Permission to use, copy, modify, and distribute this software for
michael@1 12 ** any purpose with or without fee is hereby granted, provided that
michael@1 13 ** the above copyright notice and this permission notice appear in all
michael@1 14 ** copies.
michael@1 15 **
michael@1 16 ** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
michael@1 17 ** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
michael@1 18 ** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
michael@1 19 ** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
michael@1 20 ** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
michael@1 21 ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
michael@1 22 ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
michael@1 23 ** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
michael@1 24 ** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
michael@1 25 ** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
michael@1 26 ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
michael@1 27 ** SUCH DAMAGE.
michael@1 28 **
michael@1 29 ** refreshd.xpm: X pixmap image
michael@1 30 */
michael@1 31
michael@1 32 /* XPM */
michael@1 33 static const char *s_kpcDrefresh_xpm[] = {
michael@1 34 "22 22 52 1",
michael@1 35 " g None",
michael@1 36 ". g #7F7F7F",
michael@1 37 "+ g #A1A1A1",
michael@1 38 "@ g #BABABA",
michael@1 39 "# g #B3B3B3",
michael@1 40 "$ g #AFAFAF",
michael@1 41 "% g #979797",
michael@1 42 "& g #848484",
michael@1 43 "* g #C4C4C4",
michael@1 44 "= g #B7B7B7",
michael@1 45 "- g #B1B1B1",
michael@1 46 "; g #ACACAC",
michael@1 47 "> g #A7A7A7",
michael@1 48 ", g #828282",
michael@1 49 "' g #B8B8B8",
michael@1 50 ") g #BBBBBB",
michael@1 51 "! g #B6B6B6",
michael@1 52 "~ g #B4B4B4",
michael@1 53 "{ g #ADADAD",
michael@1 54 "] g #9B9B9B",
michael@1 55 "^ g #8B8B8B",
michael@1 56 "/ g #898989",
michael@1 57 "( g #CCCCCC",
michael@1 58 "_ g #C0C0C0",
michael@1 59 ": g #B9B9B9",
michael@1 60 "< g #9C9C9C",
michael@1 61 "[ g #B5B5B5",
michael@1 62 "} g #8F8F8F",
michael@1 63 "| g #C3C3C3",
michael@1 64 "1 g #C5C5C5",
michael@1 65 "2 g #BEBEBE",
michael@1 66 "3 g #A0A0A0",
michael@1 67 "4 g #949494",
michael@1 68 "5 g #D1D1D1",
michael@1 69 "6 g #CECECE",
michael@1 70 "7 g #CBCBCB",
michael@1 71 "8 g #C6C6C6",
michael@1 72 "9 g #BCBCBC",
michael@1 73 "0 g #909090",
michael@1 74 "a g #D3D3D3",
michael@1 75 "b g #C8C8C8",
michael@1 76 "c g #BFBFBF",
michael@1 77 "d g #A4A4A4",
michael@1 78 "e g #838383",
michael@1 79 "f g #D4D4D4",
michael@1 80 "g g #CFCFCF",
michael@1 81 "h g #D7D7D7",
michael@1 82 "i g #D2D2D2",
michael@1 83 "j g #989898",
michael@1 84 "k g #999999",
michael@1 85 "l g #9A9A9A",
michael@1 86 "m g #A2A2A2",
michael@1 87 " ",
michael@1 88 " ... ",
michael@1 89 " .+@#$%. ",
michael@1 90 " &*=-$;>, ",
michael@1 91 " . .')!~{]^>. ",
michael@1 92 " ./ /(_):~<. [} ",
michael@1 93 " .*.|1_2!3& 4 ",
michael@1 94 " .5678|93. 0 ",
michael@1 95 " .a67bcde . ",
michael@1 96 " .fg67>. ",
michael@1 97 " .hig68. .jkkklm. ",
michael@1 98 " .mlkkkj. .86gih ",
michael@1 99 " .>76gf ",
michael@1 100 " . edcb76a ",
michael@1 101 " 0 .39|8765 ",
michael@1 102 " 4 &3!2_1|.* ",
michael@1 103 " }[ .<~:)_(/ / ",
michael@1 104 " .>^]{~!)'. ",
michael@1 105 " ,>;$-=*& ",
michael@1 106 " .%$#@+. ",
michael@1 107 " ... ",
michael@1 108 " "};

mercurial