X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fscreen_dialog.h;h=3435bf71109fde814bd62aea75f6b36e8224e905;hb=45bc91b9a909035252ee10afe4fed2eef996e4ed;hp=51721866972bb2779152f130be3a9c2e98935937;hpb=3c29aa6531a4046a8db72dcac81189eb8893233c;p=dcpomatic.git diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 517218669..3435bf711 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -60,6 +60,7 @@ private: void download_recipient (); void setup_sensitivity (); void set_recipient (boost::optional); + void set_recipient_file(std::string file); void set_trusted_devices (std::vector d) { _trusted_devices = d; @@ -70,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;