~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *dictionaries_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 16 22 1",
 
5
". c #92B4C5",
 
6
"- c #34B0EC",
 
7
"$ c #3A89B1",
 
8
"> c #199CE3",
 
9
"; c #2BA9E9",
 
10
"@ c #CDBB3F",
 
11
"  c None",
 
12
"X c #1A79AA",
 
13
"2 c #058EDD",
 
14
"< c #0A92DF",
 
15
"1 c #10628F",
 
16
"# c #5897B8",
 
17
"= c #4CC1F3",
 
18
"% c #51C5F5",
 
19
"o c #D0C475",
 
20
"O c #3F8BB3",
 
21
"+ c #8CA365",
 
22
"3 c #679FBC",
 
23
"* c #3DB7EF",
 
24
": c #22A3E6",
 
25
"& c #45BCF1",
 
26
", c #1197E1",
 
27
/* pixels */
 
28
"                ",
 
29
" .XooXoooXooX.  ",
 
30
" O+@@X@@@X@@+O  ",
 
31
" #XXX$XXX$XXX#  ",
 
32
" X%%&X%%&X%%&X  ",
 
33
" X%%*X%%*X%%*X  ",
 
34
" X%=-X%=-X%=-X  ",
 
35
" X%&;X%&;X%&;X  ",
 
36
" X%*:X%*:X%*:X  ",
 
37
" X=->X=->X=->X  ",
 
38
" X&;,X&;,X&;,X  ",
 
39
" X*:<X*:<X*:<X  ",
 
40
" X-12X-12X-12X  ",
 
41
" X;,2X;,2X;,2X  ",
 
42
" 3XXX$XXX$XXX3  ",
 
43
"                "
 
44
};