Updated fa_IR translation from Soleyman Rahmani.
[dcpomatic.git] / src / wx / screen_dialog.h
index 7d315b5333286a9aebb1ab8e4258d501895616a6..3435bf71109fde814bd62aea75f6b36e8224e905 100644 (file)
 
 #include "editable_list.h"
 #include "lib/screen.h"
-#include "lib/warnings.h"
 #include <dcp/certificate.h>
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <boost/optional.hpp>
 
 
@@ -60,6 +60,7 @@ private:
        void download_recipient ();
        void setup_sensitivity ();
        void set_recipient (boost::optional<dcp::Certificate>);
+       void set_recipient_file(std::string file);
 
        void set_trusted_devices (std::vector<TrustedDevice> 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<TrustedDevice, TrustedDeviceDialog>* _trusted_device_list;