~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/cmakeqt3app/fileprint.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char *fileprint[] = {
3
 
"    16    14        6            1",
4
 
". c #000000",
5
 
"# c #848284",
6
 
"a c #c6c3c6",
7
 
"b c #ffff00",
8
 
"c c #ffffff",
9
 
"d c None",
10
 
"ddddd.........dd",
11
 
"dddd.cccccccc.dd",
12
 
"dddd.c.....c.ddd",
13
 
"ddd.cccccccc.ddd",
14
 
"ddd.c.....c....d",
15
 
"dd.cccccccc.a.a.",
16
 
"d..........a.a..",
17
 
".aaaaaaaaaa.a.a.",
18
 
".............aa.",
19
 
".aaaaaa###aa.a.d",
20
 
".aaaaaabbbaa...d",
21
 
".............a.d",
22
 
"d.aaaaaaaaa.a.dd",
23
 
"dd...........ddd"
24
 
};