~ubuntu-branches/ubuntu/lucid/mhwaveedit/lucid

« back to all changes in this revision

Viewing changes to src/oldbuttons/button_playselection.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2005-09-29 09:27:02 UTC
  • Revision ID: james.westby@ubuntu.com-20050929092702-7jqrmvibtyuo01be
Tags: upstream-1.4.5b
ImportĀ upstreamĀ versionĀ 1.4.5b

Show diffs side-by-side

added added

removed removed

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