diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-24 23:43:07 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-24 23:43:07 +0200 |
| commit | 2dbfb58efe5e53b56bfda3ed21a3e41562205437 (patch) | |
| tree | 1f37423bc091a66930316add25258d3a934ffc0a /data | |
| parent | 5540079928fd36e656becdbaff7e44138a647ede (diff) | |
Add tools -> Generate CA
Added file field to GuiForm
Diffstat (limited to 'data')
| -rw-r--r-- | data/tp-monitor-gtk.gschema.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/tp-monitor-gtk.gschema.xml b/data/tp-monitor-gtk.gschema.xml index d1e3987..6fbb396 100644 --- a/data/tp-monitor-gtk.gschema.xml +++ b/data/tp-monitor-gtk.gschema.xml @@ -18,5 +18,17 @@ Last proxy port </description> </key> + <key name="issuer" type="s"> + <default>""</default> + <description> + Last issuer name + </description> + </key> + <key name="genca-output" type="s"> + <default>""</default> + <description> + Last generate CA output filename + </description> + </key> </schema> </schemalist> |
