~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to plugins/georeferencer/add_point.xpm

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char *add_point[] = {
3
 
"16 16 3 1",
4
 
"- c None",
5
 
". c #000000",
6
 
"+ c #FFFFFF",
7
 
"----------------",
8
 
"-------+.+------",
9
 
"------++.++-----",
10
 
"-----+.....+----",
11
 
"----+.-----.+---",
12
 
"---+.---.---.+--",
13
 
"--+.----.----.+-",
14
 
"-++.----.----.++",
15
 
"-...-...+...-...",
16
 
"-++.----.----.++",
17
 
"--+.----.----.+-",
18
 
"---+.---.---.+--",
19
 
"---++.-----.+---",
20
 
"----++.....+----",
21
 
"------++.++-----",
22
 
"-------+.+------"};