~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to kivio/kiviopart/pics/hi16-action-pencolor.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040509113300-vfrdadqsvjfuhn3b
Tags: 1:1.3.1-1
* New upstream bugfix release.
* Built against newer imagemagick (closes: #246623).
* Made koffice-libs/kformula recommend/depend on latex-xft-fonts, which
  provides mathematical fonts that the formula editor can use.  Also
  patched the kformula part to make these fonts the default.
* Changed kword menu hint from "WordProcessors" to "Word processors"
  (closes: #246209).
* Spellchecker configuration is now fixed (closes: #221256, #227568).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char *magick[] = {
3
 
/* columns rows colors chars-per-pixel */
4
 
"16 16 8 1",
5
 
"  c Gray0",
6
 
". c Blue",
7
 
"X c #008000",
8
 
"o c Yellow",
9
 
"O c #808080",
10
 
"+ c #c0c0c0",
11
 
"@ c None",
12
 
"# c Gray100",
13
 
/* pixels */
14
 
"@@@@@@@@@@@@@@@@",
15
 
"@@@@@@@@@@   @@@",
16
 
"@@@@@@@@@  #. @@",
17
 
"@@@@@@@@ ## . @@",
18
 
"@@@@@@@ ##XO @@@",
19
 
"@@@@@@ ##XO @@@@",
20
 
"@@@@@ .OXO @@@@@",
21
 
"@@@@ ..OO @@@@@@",
22
 
"@@@ +#.O @@@@@@@",
23
 
"@@ +### @@@@@@@@",
24
 
"@@     @@@@@@@@@",
25
 
"@@@@@@@@@@@@@@@@",
26
 
"oooooooooooooooo",
27
 
"oooooooooooooooo",
28
 
"oooooooooooooooo",
29
 
"oooooooooooooooo"
30
 
};