Work around deadlock when destroying J2KEncoder with a full writer queue (#2784).
[dcpomatic.git] / src / wx / screen_dialog.h
index e623f3889fab40a772df8be44a8a36a622ff91cd..3435bf71109fde814bd62aea75f6b36e8224e905 100644 (file)
@@ -71,6 +71,12 @@ 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;
+       wxStaticText* _not_valid_before;
+       wxStaticText* _not_valid_after;
        wxButton* _get_recipient_from_file;
        wxButton* _download_recipient;
        EditableList<TrustedDevice, TrustedDeviceDialog>* _trusted_device_list;