summaryrefslogtreecommitdiff
path: root/src/wx/screen_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-15 18:59:04 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-15 18:59:04 +0000
commitf87c2a2b16517a015ac2f52f2cdeb99d6da9d5f6 (patch)
tree4b88829f2800d1a655d756825c3a3545a5a121f5 /src/wx/screen_dialog.h
parent1a14ae26a73489ae8990bfda1a432d229c3bb2d5 (diff)
Display thumbprint rather than whole certificate in screen dialogue.
Diffstat (limited to 'src/wx/screen_dialog.h')
-rw-r--r--src/wx/screen_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h
index 36686273a..1110bc992 100644
--- a/src/wx/screen_dialog.h
+++ b/src/wx/screen_dialog.h
@@ -40,9 +40,9 @@ private:
void setup_sensitivity ();
wxTextCtrl* _name;
+ wxStaticText* _certificate_thumbprint;
wxButton* _load_certificate;
wxButton* _download_certificate;
- wxTextCtrl* _certificate_text;
boost::optional<dcp::Certificate> _certificate;
};