diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-16 21:20:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-16 21:20:14 +0100 |
| commit | 5063594e6836cfabed7d55f4963da9c8cf3b9f11 (patch) | |
| tree | 40786904b280a6454134feabfba9f17c381c078c /src/wx/screen_dialog.h | |
| parent | 7ac2d256ba45896693c68da63e8810e910b3d835 (diff) | |
Add subject/issuer details to the screen dialog (#2422).
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index e623f3889..0069b9fa3 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -71,6 +71,10 @@ private: wxTextCtrl* _notes; wxStaticText* _recipient_thumbprint; wxStaticText* _recipient_file; + wxStaticText* _subject_common_name; + wxStaticText* _subject_organization_name; + wxStaticText* _issuer_common_name; + wxStaticText* _issuer_organization_name; wxButton* _get_recipient_from_file; wxButton* _download_recipient; EditableList<TrustedDevice, TrustedDeviceDialog>* _trusted_device_list; |
