~ubuntu-branches/ubuntu/maverick/qgo/maverick

« back to all changes in this revision

Viewing changes to src/pics/2rightarrow.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-fhng6yidm47xlb2i
Tags: upstream-1.0.0-r2
ImportĀ upstreamĀ versionĀ 1.0.0-r2

Show diffs side-by-side

added added

removed removed

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