~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to pixmaps/installM.xpm

  • Committer: niemeyer
  • Date: 2003-02-02 17:10:39 UTC
  • Revision ID: gustavo@niemeyer.net-20030202171039-5fe39d63e4ac20f4
Importing current CVS code into trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * installM_xpm[] = {
 
3
"9 9 3 1",
 
4
"       c None",
 
5
".      c #00BBFF",
 
6
"+      c #75AFC4",
 
7
"         ",
 
8
"    .    ",
 
9
"   +.+   ",
 
10
"   ...   ",
 
11
"  +...+  ",
 
12
"  .....  ",
 
13
" +.....+ ",
 
14
" ....... ",
 
15
"         "};