Wed, 07 Jan 2009 18:49:25 +0100
Bump copyright year number.
1 /*
2 ** OSSP asgui - Accounting system graphical user interface
3 ** Copyright (c) 2002-2009 The OSSP Project (http://www.ossp.org/)
4 ** Copyright (c) 2002-2009 Ralf S. Engelschall <rse@engelschall.com>
5 ** Copyright (c) 2002-2009 Michael Schloh von Bennewitz <michael@schloh.com>
6 ** Copyright (c) 2002-2009 Cable & Wireless Telecommunications Services GmbH
7 **
8 ** This file is part of OSSP asgui, an accounting system graphical user
9 ** interface which can be found at http://asgui.europalab.com/.
10 **
11 ** Permission to use, copy, modify, and distribute this software for
12 ** any purpose with or without fee is hereby granted, provided that
13 ** the above copyright notice and this permission notice appear in all
14 ** copies.
15 **
16 ** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
17 ** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18 ** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19 ** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
20 ** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23 ** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24 ** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25 ** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26 ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 ** SUCH DAMAGE.
28 **
29 ** rowaddd.xpm: X pixmap image
30 */
32 /* XPM */
33 static const char *s_kpcDrowadd_xpm[] = {
34 "22 22 64 1",
35 " g None",
36 ". g #BBBBBB",
37 "+ g #B2B2B2",
38 "@ g #ACACAC",
39 "# g #A5A5A5",
40 "$ g #919191",
41 "% g #E7E7E7",
42 "& g #FDFDFD",
43 "* g #9A9A9A",
44 "= g #A1A1A1",
45 "- g #CBCBCB",
46 "; g #D8D8D8",
47 "> g #7F7F7F",
48 ", g #FCFCFC",
49 "' g #FAFAFA",
50 ") g #B5B5B5",
51 "! g #C9C9C9",
52 "~ g #DDDDDD",
53 "{ g #C8C8C8",
54 "] g #A4A4A4",
55 "^ g #BFBFBF",
56 "/ g #AEAEAE",
57 "( g #B8B8B8",
58 "_ g #F7F7F7",
59 ": g #F5F5F5",
60 "< g #F3F3F3",
61 "[ g #C6C6C6",
62 "} g #D7D7D7",
63 "| g #AFAFAF",
64 "1 g #C2C2C2",
65 "2 g #A0A0A0",
66 "3 g #BEBEBE",
67 "4 g #C5C5C5",
68 "5 g #E2E2E2",
69 "6 g #E9E9E9",
70 "7 g #EBEBEB",
71 "8 g #D1D1D1",
72 "9 g #ABABAB",
73 "0 g #E1E1E1",
74 "a g #E8E8E8",
75 "b g #C1C1C1",
76 "c g #D0D0D0",
77 "d g #D9D9D9",
78 "e g #B1B1B1",
79 "f g #DEDEDE",
80 "g g #A9A9A9",
81 "h g #B4B4B4",
82 "i g #A3A3A3",
83 "j g #E0E0E0",
84 "k g #E3E3E3",
85 "l g #CCCCCC",
86 "m g #BDBDBD",
87 "n g #AAAAAA",
88 "o g #BCBCBC",
89 "p g #CACACA",
90 "q g #DBDBDB",
91 "r g #B6B6B6",
92 "s g #C0C0C0",
93 "t g #B7B7B7",
94 "u g #999999",
95 "v g #939393",
96 "w g #909090",
97 "x g #DADADA",
98 "y g #C7C7C7",
99 " .+@@@@@@@@@@@@@#$ ",
100 " .%&&&*=&&&&&&&-&&;> ",
101 " @,'''=)'''''''!''~> ",
102 " @!{{{]^{{{{{{{/{{(> ",
103 " @_:::]^:::::::{::;> ",
104 " @:<<<]^<<<<<<<[<<}> ",
105 " @*=]]|11|]]]]]]]]]> ",
106 " @2)^^1{{13^^^^^^^^> ",
107 "4@55555567777771778> ",
108 "4@5@>>>90a6a666b66c> ",
109 "4@5>dde>f^^^^^^g^^e> ",
110 "4ha>d1i>dj555kk3kkl> ",
111 ">>>>dmn>>>90jjjojjp> ",
112 ">dddqmrmse>f...#../> ",
113 ">d1mmt++@u>djjj3jjl> ",
114 ">einr+2vww>;jjjojjp> ",
115 ">>>>m+v>>>]d...#../> ",
116 "44}>s@w>xxxxxxx3xxl> ",
117 " @4>euw>xxxxxxx3xxl> ",
118 " @ >>>>>1111111n13y> ",
119 " @>>>>>>>>>>>>>>>>>> ",
120 " "};