summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-30 11:27:53 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-30 11:27:53 +0000
commitc2cbab19cc66ec3e2e2e7e5c8c208983396de70c (patch)
treefab5a7626a161d74a89e2681bb6087783b5ebdc2 /src/wx/config_dialog.h
parent69752192994292e90a2dc347416fc5a1aeca9468 (diff)
Hide the 'export decryption chain' button in the advanced page of preferences.
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index 3b8762d8b..896b463d8 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -135,6 +135,7 @@ private:
void update_private_key ();
void import_private_key ();
void export_private_key ();
+ void export_chain ();
wxListCtrl* _certificates;
wxButton* _add_certificate;
@@ -144,6 +145,7 @@ private:
wxStaticText* _private_key;
wxButton* _import_private_key;
wxButton* _export_private_key;
+ wxButton* _export_chain;
wxStaticText* _private_key_bad;
wxSizer* _sizer;
wxBoxSizer* _button_sizer;
@@ -173,7 +175,6 @@ private:
void setup ();
void export_decryption_certificate ();
- void export_decryption_chain ();
void config_changed () {}
bool nag_remake_decryption_chain ();
void decryption_advanced ();