~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic

« back to all changes in this revision

Viewing changes to src/include/images/function.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici, src/frm/frmBackup.cpp, debian/control
  • Date: 2006-10-06 21:06:48 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20061006210648-nscnazrse5jbwswf
* Patched frmBackup.cpp to ensure the schema is specified when backing up
  individual tables. (Closes: #387256)
  [src/frm/frmBackup.cpp]
* Cleaned up and updated description of the package. (Closes: #379188)
  [debian/control]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* XPM */
2
2
static char * function_xpm[] = {
3
 
"16 16 4 1",
 
3
"16 16 14 1",
4
4
"       c None",
5
 
".      c #040404",
6
 
"+      c #FF0101",
7
 
"@      c #FFFD01",
8
 
"   ....         ",
9
 
"  ..+++.        ",
10
 
" .++.....       ",
11
 
"..+++.+++.      ",
12
 
".++.+.....      ",
13
 
".+...+.++....   ",
14
 
".++.++....@@@.  ",
15
 
"..+++...@@..... ",
16
 
" .+++...@@@.@@@.",
17
 
" ......@@.@.....",
18
 
"   ....@...@.@@.",
19
 
"      .@@.@@....",
20
 
"      ..@@@..@@.",
21
 
"       .@@@.....",
22
 
"       .....@@. ",
23
 
"         .....  "};
 
5
".      c #95ACE2",
 
6
"+      c #4A72CD",
 
7
"@      c #A5D4FC",
 
8
"#      c #E1F1FF",
 
9
"$      c #FDFFFE",
 
10
"%      c #DEF3F9",
 
11
"&      c #B4DCF3",
 
12
"*      c #9AC3ED",
 
13
"=      c #7DA4E7",
 
14
"-      c #678CE1",
 
15
";      c #6488E0",
 
16
">      c #769BE4",
 
17
",      c #8FB8E9",
 
18
"                ",
 
19
"      .++.      ",
 
20
"     .+@@+.     ",
 
21
"     +####+.    ",
 
22
"     .+$$$$+.   ",
 
23
" .++++++%%%%+.  ",
 
24
" +&&&&&&&&&&&+. ",
 
25
" +************+ ",
 
26
" +===========+. ",
 
27
" .++++++----+.  ",
 
28
"     .+;;;;+.   ",
 
29
"     +>>>>+.    ",
 
30
"     .+,,+.     ",
 
31
"      .++.      ",
 
32
"                ",
 
33
"                "};