diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-15 18:59:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-15 18:59:04 +0000 |
| commit | f87c2a2b16517a015ac2f52f2cdeb99d6da9d5f6 (patch) | |
| tree | 4b88829f2800d1a655d756825c3a3545a5a121f5 /src/wx/screen_dialog.h | |
| parent | 1a14ae26a73489ae8990bfda1a432d229c3bb2d5 (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.h | 2 |
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; }; |
