~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to lib/json/TrueClass.xpm

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-06-06 11:58:24 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070606115824-qzldkdwq3dvfpf84
Tags: 1.9.0+20070606-1
* new upstream snapshot. (2006-06-06)
* updated debian/generated-incs/* files.

Show diffs side-by-side

added added

removed removed

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