Hide the 'export decryption chain' button in the advanced page of preferences.
[dcpomatic.git] / src / wx / config_dialog.h
index 3b8762d8b073238f7d01b9908a9344ffcbeef657..896b463d819d01af0c889035bc41559f90b9ef6a 100644 (file)
@@ -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 ();