Wed, 07 Jan 2009 18:49:25 +0100
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 | ** refresh.xpm: X pixmap image |
michael@1 | 30 | */ |
michael@1 | 31 | |
michael@1 | 32 | /* XPM */ |
michael@1 | 33 | static const char *s_kpcRefresh_xpm[] = { |
michael@1 | 34 | "22 22 68 1", |
michael@1 | 35 | " c None", |
michael@1 | 36 | ". c #000000", |
michael@1 | 37 | "+ c #624F1D", |
michael@1 | 38 | "@ c #A7852B", |
michael@1 | 39 | "# c #997514", |
michael@1 | 40 | "$ c #906C0D", |
michael@1 | 41 | "% c #4B3704", |
michael@1 | 42 | "& c #0F0C04", |
michael@1 | 43 | "* c #BE9A38", |
michael@1 | 44 | "= c #A87E0E", |
michael@1 | 45 | "- c #9B7100", |
michael@1 | 46 | "; c #956C00", |
michael@1 | 47 | "> c #8D6600", |
michael@1 | 48 | ", c #7F5C00", |
michael@1 | 49 | "' c #090600", |
michael@1 | 50 | ") c #A38128", |
michael@1 | 51 | "! c #B6870A", |
michael@1 | 52 | "~ c #AB7C00", |
michael@1 | 53 | "{ c #A37700", |
michael@1 | 54 | "] c #906900", |
michael@1 | 55 | "^ c #594100", |
michael@1 | 56 | "/ c #271C00", |
michael@1 | 57 | "( c #7E5C00", |
michael@1 | 58 | "_ c #201806", |
michael@1 | 59 | ": c #1F1808", |
michael@1 | 60 | "< c #D5AA36", |
michael@1 | 61 | "[ c #C4920D", |
michael@1 | 62 | "} c #B98700", |
michael@1 | 63 | "| c #B28200", |
michael@1 | 64 | "1 c #A47700", |
michael@1 | 65 | "2 c #5C4300", |
michael@1 | 66 | "3 c #9B791E", |
michael@1 | 67 | "4 c #342500", |
michael@1 | 68 | "5 c #C99917", |
michael@1 | 69 | "6 c #C19828", |
michael@1 | 70 | "7 c #D39C07", |
michael@1 | 71 | "8 c #C99200", |
michael@1 | 72 | "9 c #C18C00", |
michael@1 | 73 | "0 c #AA7C00", |
michael@1 | 74 | "a c #674B00", |
michael@1 | 75 | "b c #100B00", |
michael@1 | 76 | "c c #433000", |
michael@1 | 77 | "d c #EEB315", |
michael@1 | 78 | "e c #E9AD0B", |
michael@1 | 79 | "f c #E1A70A", |
michael@1 | 80 | "g c #D89D00", |
michael@1 | 81 | "h c #D19800", |
michael@1 | 82 | "i c #BC8900", |
michael@1 | 83 | "j c #362700", |
michael@1 | 84 | "k c #F3B715", |
michael@1 | 85 | "l c #EDAD00", |
michael@1 | 86 | "m c #E6A800", |
michael@1 | 87 | "n c #DFA200", |
michael@1 | 88 | "o c #C38E00", |
michael@1 | 89 | "p c #745400", |
michael@1 | 90 | "q c #0D0900", |
michael@1 | 91 | "r c #F8BA15", |
michael@1 | 92 | "s c #F2B000", |
michael@1 | 93 | "t c #FDBE15", |
michael@1 | 94 | "u c #F8B500", |
michael@1 | 95 | "v c #EEAD00", |
michael@1 | 96 | "w c #D99E00", |
michael@1 | 97 | "x c #4F3900", |
michael@1 | 98 | "y c #513B00", |
michael@1 | 99 | "z c #523B00", |
michael@1 | 100 | "A c #543D00", |
michael@1 | 101 | "B c #563E00", |
michael@1 | 102 | "C c #705100", |
michael@1 | 103 | " ", |
michael@1 | 104 | " ... ", |
michael@1 | 105 | " .+@#$%. ", |
michael@1 | 106 | " &*=-;>,' ", |
michael@1 | 107 | " . .)!~{]^/(. ", |
michael@1 | 108 | " ._ :<[}|12. 34 ", |
michael@1 | 109 | " .5.67890ab c ", |
michael@1 | 110 | " .defghia. j ", |
michael@1 | 111 | " .klmnopq . ", |
michael@1 | 112 | " .rslm(. ", |
michael@1 | 113 | " .tusvw. .xyzABC. ", |
michael@1 | 114 | " .CBAzyx. .wvsut ", |
michael@1 | 115 | " .(mlsr ", |
michael@1 | 116 | " . qponmlk ", |
michael@1 | 117 | " j .aihgfed ", |
michael@1 | 118 | " c ba09876.5 ", |
michael@1 | 119 | " 43 .21|}[<: _ ", |
michael@1 | 120 | " .(/^]{~!). ", |
michael@1 | 121 | " ',>;-=*& ", |
michael@1 | 122 | " .%$#@+. ", |
michael@1 | 123 | " ... ", |
michael@1 | 124 | " "}; |