diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-17 00:13:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-17 00:13:15 +0100 |
| commit | 76ae4374b0d9f388b34bad22c0969e10a40342f8 (patch) | |
| tree | b5b277418cb22cf35007ac34c38a69e32e0e7085 /src/wx/screen_dialog.h | |
| parent | 191838e49221a1d07be0116b1d30d0f6ee58394e (diff) | |
Add certificate validity period to the screen dialog.
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 0069b9fa3..3435bf711 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -75,6 +75,8 @@ private: wxStaticText* _subject_organization_name; wxStaticText* _issuer_common_name; wxStaticText* _issuer_organization_name; + wxStaticText* _not_valid_before; + wxStaticText* _not_valid_after; wxButton* _get_recipient_from_file; wxButton* _download_recipient; EditableList<TrustedDevice, TrustedDeviceDialog>* _trusted_device_list; |
