Add subject/issuer details to the screen dialog (#2422).
[dcpomatic.git] / src / wx / screen_dialog.h
index e623f3889fab40a772df8be44a8a36a622ff91cd..0069b9fa321d56e0685d534d73f1fd8d2ea28e32 100644 (file)
@@ -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;