~ubuntu-branches/debian/sid/mhwaveedit/sid

« back to all changes in this revision

Viewing changes to src/oldbuttons/button_pasteover.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-09 12:26:41 UTC
  • mfrom: (4.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100709122641-sdfa7ixj38u7mwk4
* New upstream release:
  - Fixed bug causing cursor to freeze near end-of-file
  - Fixes for appearance in dark themes
  - Build system fixes
* Drop the wrapper, it seems unnecessary since 1.4.14 (LP: #187552).
* Remove /usr/lib/mhwaveedit path since the wrapper was the only file
  under that.
* Add .gitignore file.
* Try to fix FTBFS on kfreebsd architectures.
* Bump Standards.
* Update debian/copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * button_pasteover_xpm[] = {
3
 
"20 20 5 1",
4
 
"       c None",
5
 
".      c #000000",
6
 
"+      c #FFFFFF",
7
 
"@      c #C9C9C9",
8
 
"#      c #999999",
9
 
"                    ",
10
 
"                    ",
11
 
"                    ",
12
 
"           .......  ",
13
 
"           .+++++.  ",
14
 
"           .+++++.  ",
15
 
"           .+++++.  ",
16
 
"           .+++++.  ",
17
 
"           .+++++.  ",
18
 
"  .......  .+++++.  ",
19
 
"  .@@@@@.  .+++++.  ",
20
 
"  .@@@@@.  .+++++.  ",
21
 
"  .@@@@@.  .......  ",
22
 
"  .@@@@@.  .#####.  ",
23
 
"  .@@@@@.  .@@@@@.  ",
24
 
"  .@@@@@.  .@@@@@.  ",
25
 
"  .@@@@@.  .@@@@@.  ",
26
 
"  .@@@@@.  .@@@@@.  ",
27
 
"  .......  .......  ",
28
 
"                    "};