~ubuntu-branches/ubuntu/oneiric/valkyrie/oneiric

« back to all changes in this revision

Viewing changes to icons/tb_mainwin_blackbullet.xpm

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2011-09-02 22:08:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110902220834-kigsixteppj9epp5
Tags: 2.0.0-0ubuntu1
* New upstream release. (LP: #635129, LP: #832886, LP: #721298)
* Standards bumped to 3.9.2, no changes required.
* d/control, d/rules: cdbs removed, dh minimal rule instead.
* d/control: build system is qmake not autotools
* d/control: bump required qt to qt4
* d/valkyrie.install: installing html docs manually as make install
  no longer does so.
* d/patches/valkyrie-2.0.0-fix-doc.dir.patch: Fix doc path to match
  policy. Also corrects LP: #588074 since the documentation link now
  works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char* black_bullet_xpm[] = {
 
3
"11 11 5 1",
 
4
"       g None",
 
5
".      g #4C4C4C",
 
6
"+      g #262626",
 
7
"@      g #FFFFFF",
 
8
"#      g #808080",
 
9
"           ",
 
10
"           ",
 
11
"           ",
 
12
"    ..+    ",
 
13
"   .@+.+#  ",
 
14
"   .+.++#  ",
 
15
"   +.+++#  ",
 
16
"    +++#   ",
 
17
"    ###    ",
 
18
"           ",
 
19
"           "};