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

« back to all changes in this revision

Viewing changes to pgadmin/ui/frmOptions.xrc

  • 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:
37
37
            <pos>70,35d</pos>
38
38
            <size>160,-1d</size>
39
39
          </object>
 
40
          <object class="wxStaticText" name="stGpHelpPath">
 
41
            <label>GP help path</label>
 
42
            <pos>5,52d</pos>
 
43
          </object>
 
44
          <object class="wxTextCtrl" name="txtGpHelpPath">
 
45
            <pos>70,50d</pos>
 
46
            <size>160,-1d</size>
 
47
          </object>
40
48
          <object class="wxStaticText" name="stSlonyHelpPath">
41
49
            <label>Slony help path</label>
42
 
            <pos>5,52d</pos>
 
50
            <pos>5,67d</pos>
43
51
          </object>
44
52
          <object class="wxTextCtrl" name="txtSlonyHelpPath">
45
 
            <pos>70,50d</pos>
 
53
            <pos>70,65d</pos>
46
54
            <size>160,-1d</size>
47
55
          </object>
48
56
          <object class="wxStaticText" name="stSystemSchemas">
49
57
            <label>System schemas</label>
50
 
            <pos>5,67d</pos>
 
58
            <pos>5,82d</pos>
51
59
          </object>
52
60
          <object class="wxTextCtrl" name="txtSystemSchemas">
53
 
            <pos>70,65d</pos>
 
61
            <pos>70,80d</pos>
54
62
            <size>160,-1d</size>
55
63
          </object>
56
64
          <object class="wxStaticText" name="stSlonyPath">
57
65
            <label>Slony-I path</label>
58
 
            <pos>5,82d</pos>
 
66
            <pos>5,97d</pos>
59
67
          </object>
60
68
          <object class="wxTextCtrl" name="txtSlonyPath">
61
 
            <pos>70,80d</pos>
 
69
            <pos>70,95d</pos>
62
70
            <size>140,-1d</size>
63
71
          </object>
64
72
          <object class="wxButton" name="btnSlonyPath">
65
73
            <label>...</label>
66
 
            <pos>215,80d</pos>
 
74
            <pos>215,95d</pos>
67
75
            <size>15,-1d</size>
68
76
          </object>
69
77
          <object class="wxStaticText" name="stPostgresqlPath">
70
78
            <label>PG bin path</label>
71
 
            <pos>5,97d</pos>
 
79
            <pos>5,112d</pos>
72
80
          </object>
73
81
          <object class="wxTextCtrl" name="txtPostgresqlPath">
74
 
            <pos>70,95d</pos>
 
82
            <pos>70,110d</pos>
75
83
            <size>140,-1d</size>
76
84
          </object>
77
85
          <object class="wxButton" name="btnPostgresqlPath">
78
86
            <label>...</label>
79
 
            <pos>215,95d</pos>
 
87
            <pos>215,110d</pos>
80
88
            <size>15,-1d</size>
81
89
          </object>
82
90
          <object class="wxStaticText" name="stEnterprisedbPath">
83
91
            <label>EDB bin path</label>
84
 
            <pos>5,112d</pos>
 
92
            <pos>5,127d</pos>
85
93
          </object>
86
94
          <object class="wxTextCtrl" name="txtEnterprisedbPath">
87
 
            <pos>70,110d</pos>
 
95
            <pos>70,125d</pos>
88
96
            <size>140,-1d</size>
89
97
          </object>
90
98
          <object class="wxButton" name="btnEnterprisedbPath">
91
99
            <label>...</label>
92
 
            <pos>215,110d</pos>
93
 
            <size>15,-1d</size>
 
100
            <pos>215,125d</pos>
 
101
            <size>15,-1d</size>
 
102
          </object>
 
103
          <object class="wxStaticText" name="stGPDBPath">
 
104
            <label>GP bin path</label>
 
105
            <pos>5,142d</pos>
 
106
          </object>
 
107
          <object class="wxTextCtrl" name="txtGPDBPath">
 
108
            <pos>70,140d</pos>
 
109
            <size>140,-1d</size>
 
110
          </object>
 
111
          <object class="wxButton" name="btnGPDBPath">
 
112
            <label>...</label>
 
113
            <pos>215,140d</pos>
 
114
            <size>15,-1d</size>
 
115
          </object>
 
116
          <object class="wxCheckBox" name="chkIgnoreVersion">
 
117
            <label>Ignore server/utility version mismatches</label>
 
118
            <pos>5,155d</pos>
 
119
            <size>226,12d</size>
 
120
          </object>
 
121
          <object class="wxStaticText" name="stVersionMismatchWarning">
 
122
            <label>Warning: Backup or restore operations may fail if the PostgreSQL utilities do not match the server version.</label>
 
123
            <pos>15,170d</pos>
 
124
            <size>220,20d</size>
 
125
            <style></style>
94
126
          </object>
95
127
        </object>
96
128
      </object>
123
155
            <size>226,12d</size>
124
156
          </object>
125
157
          <object class="wxCheckBox" name="chkAskDelete">
126
 
            <label>Confirm object deletion?</label>
 
158
            <label>Confirm object deletion</label>
127
159
            <checked>1</checked>
128
160
            <pos>5,49d</pos>
129
161
            <size>226,12d</size>
130
162
          </object>
131
163
          <object class="wxCheckBox" name="chkShowUsersForPrivileges">
132
 
            <label>Show users for privileges?</label>
 
164
            <label>Show users for privileges</label>
133
165
            <checked>0</checked>
134
166
            <pos>5,61d</pos>
135
167
            <size>226,12d</size>
136
168
          </object>
137
169
          <object class="wxCheckBox" name="chkDoubleClickProperties">
138
 
            <label>Show object properties on double click in treeview?</label>
 
170
            <label>Show object properties on double click in treeview</label>
139
171
            <checked>0</checked>
140
172
            <pos>5,73d</pos>
141
173
            <size>226,12d</size>
256
288
            <size>55,-1d</size>
257
289
            <style>wxCB_DROPDOWN</style>
258
290
          </object>
259
 
          <object class="wxStaticText" name="stTabForCompletion">
260
 
            <label>Use TAB character for autocompletion</label>
261
 
            <pos>5,142d</pos>
262
 
          </object>
263
 
          <object class="wxCheckBox" name="chkTabForCompletion">
264
 
            <label></label>
265
 
            <checked>0</checked>
266
 
            <pos>175,142d</pos>
267
 
            <size>226,12d</size>
268
 
          </object>
269
291
          <object class="wxStaticText" name="stStickySql">
270
 
            <label>Copy SQL from main form to SQL dialogue</label>
271
 
            <pos>5,157d</pos>
 
292
            <label>Copy SQL from main window to query tool</label>
 
293
            <pos>5,142d</pos>
272
294
          </object>
273
295
          <object class="wxCheckBox" name="chkStickySql">
274
296
            <label></label>
275
297
            <checked>1</checked>
276
 
            <pos>175,157d</pos>
 
298
            <pos>175,142d</pos>
277
299
            <size>226,12d</size>
278
300
          </object>
279
301
          <object class="wxStaticText" name="stIndicateNull">
280
 
            <label>Show NULL values as &lt;NULL&gt;?</label>
281
 
            <pos>5,172d</pos>
 
302
            <label>Show NULL values as &lt;NULL&gt;</label>
 
303
            <pos>5,157d</pos>
282
304
          </object>
283
305
          <object class="wxCheckBox" name="chkIndicateNull">
284
306
            <label></label>
285
307
            <checked>0</checked>
286
 
            <pos>175,172d</pos>
 
308
            <pos>175,157d</pos>
287
309
            <size>226,12d</size>
288
310
          </object>
289
311
        </object>
330
352
        <label>Display</label>
331
353
        <object class="wxPanel" name="pnlDisplay">
332
354
          <object class="wxCheckBox" name="chkSystemObjects">
333
 
            <label>Show System Objects in the treeview?</label>
 
355
            <label>Show System Objects in the treeview</label>
334
356
            <checked>0</checked>
335
357
            <pos>5,5d</pos>
336
358
            <size>220,12d</size>
354
376
    <object class="wxButton" name="wxID_HELP">
355
377
      <label>&amp;Help</label>
356
378
      <pos>2,216d</pos>
357
 
      <tooltip>Accept the current settings and close the dialogue.</tooltip>
358
379
    </object>
359
380
    <object class="wxButton" name="wxID_OK">
360
381
      <label>&amp;OK</label>