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

« back to all changes in this revision

Viewing changes to pgadmin/include/images/constraints.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2011-06-07 23:03:54 UTC
  • mfrom: (1.3.1 upstream) (13 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110607230354-3td4j9y71u4ahcvj
Tags: 1.14.0~beta1-1
* New upstream development release, adding Build-Depends on
  postgresql-server-dev-all >= 117~.
* Add Build-Depends on quilt, (un)patch to debian/rules and patch for fixing
  the include for kwlist.h in pgadmin/db/keywords.c.
* Add pg_config --includedir-server output to CPPFLAGS.
* Remove unrecognized configure options: --with-wx-config,
  --with-pgsql-include, --enable-gtk2, --enable-unicode.
* Clean up manually the files that are left behind after the broken
  distclean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char * constraints_xpm[] = {
3
 
"16 16 12 1",
4
 
"       c None",
5
 
".      c #D98C75",
6
 
"+      c #BF3C14",
7
 
"@      c #E7BC9C",
8
 
"#      c #E7A381",
9
 
"$      c #E7B291",
10
 
"%      c #E6926E",
11
 
"&      c #E67F5A",
12
 
"*      c #E66D45",
13
 
"=      c #E65C32",
14
 
"-      c #E64D23",
15
 
";      c #E64318",
16
 
"                ",
17
 
"                ",
18
 
"  .             ",
19
 
" ++.         +  ",
20
 
" +@+.       +#+ ",
21
 
" +@$+.     +#%+ ",
22
 
" +$#%+.   +#%&+ ",
23
 
" +#%&*+  +#%&*+ ",
24
 
" +%&*+   .+&*=+ ",
25
 
" +&*+     .+=-+ ",
26
 
" +*+       .+;+ ",
27
 
" .+         .+. ",
28
 
"                ",
29
 
"                ",
30
 
"                ",
31
 
"                "};