~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to DataManagerII/run.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *run_xpm[] = {
 
3
/* width height num_colors chars_per_pixel */
 
4
"    16    14        2            1",
 
5
/* colors */
 
6
". c None",
 
7
"# c #000000",
 
8
/* pixels */
 
9
"................",
 
10
".........##.....",
 
11
"........###.....",
 
12
".........#......",
 
13
".....#####......",
 
14
"....#..####..#..",
 
15
".......###.##...",
 
16
"...#..###.......",
 
17
"..#######.......",
 
18
"....###.##......",
 
19
"........##......",
 
20
"........##......",
 
21
".........##.....",
 
22
"................"
 
23
};