~mapopa/flamerobin/master

« back to all changes in this revision

Viewing changes to res/save.xpm

  • Committer: Michael Hieke
  • Date: 2004-11-22 11:34:42 UTC
  • Revision ID: git-v1:8153b493d66ee7aae55e7b34e0d7bddacf4999ef
Initial revision

svn path=/trunk/flamerobin/; revision=13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  The contents of this file are subject to the Initial Developer's Public
 
3
  License Version 1.0 (the "License"); you may not use this file except in
 
4
  compliance with the License. You may obtain a copy of the License here:
 
5
  http://www.flamerobin.org/license.html.
 
6
 
 
7
  Software distributed under the License is distributed on an "AS IS"
 
8
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 
9
  License for the specific language governing rights and limitations under
 
10
  the License.
 
11
 
 
12
  The Original Code is FlameRobin (TM).
 
13
 
 
14
  The Initial Developer of the Original Code is Milan Babuskov.
 
15
 
 
16
  Portions created by the original developer
 
17
  are Copyright (C) 2004 Milan Babuskov.
 
18
 
 
19
  All Rights Reserved.
 
20
 
 
21
  Contributor(s):
 
22
*/
 
23
 
 
24
/* XPM */
 
25
static char * save_xpm[] = {
 
26
"16 16 15 1",
 
27
"       c #FFFFFF",
 
28
".      c #000080",
 
29
"+      c #0000FF",
 
30
"@      c #606080",
 
31
"#      c #C0C0FF",
 
32
"$      c None",
 
33
"%      c #FFFF00",
 
34
"&      c #2020FF",
 
35
"*      c #8080FF",
 
36
"=      c #808080",
 
37
"-      c #6060FF",
 
38
";      c #000000",
 
39
">      c #000040",
 
40
",      c #202040",
 
41
"'      c #606040",
 
42
".+@########@+.$$",
 
43
"++@%%%%%%%%@++$$",
 
44
"++@%%%%%%%%@++$$",
 
45
"++@%%%%%%%%@++$$",
 
46
"++@%%%%%%%%@++$$",
 
47
"++@%%%%%%%%@++$$",
 
48
"++@%%%%%%%%@++$$",
 
49
"++@%%%%%%%%@++$$",
 
50
"+++@@@@@@@@+++$$",
 
51
"++++++++++++++$$",
 
52
"++++++++++++++$$",
 
53
"+++&#**##=.+++$$",
 
54
"+++-#--###+.++$$",
 
55
";++-#--###+.++$$",
 
56
"$;>,''''''>>>;$$",
 
57
"$$$$$$$$$$$$$$$$"};