Add certificate validity period to the screen dialog.
[dcpomatic.git] / src / wx / screen_dialog.h
index 0069b9fa321d56e0685d534d73f1fd8d2ea28e32..3435bf71109fde814bd62aea75f6b36e8224e905 100644 (file)
@@ -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;