~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to kmidi/TIMIDITY/pixmaps/quiet.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

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