X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.h;h=3435bf71109fde814bd62aea75f6b36e8224e905;hb=5ee919f413a6c1048aecf83676d42ab3fd94e06e;hp=e623f3889fab40a772df8be44a8a36a622ff91cd;hpb=b8f53a53e5648340a5b33b04c412e85d4ccd71c0;p=dcpomatic.git diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index e623f3889..3435bf711 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -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* _trusted_device_list;