diff options
Diffstat (limited to 'src/wx/screen_dialog.h')
| -rw-r--r-- | src/wx/screen_dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index e623f3889..0069b9fa3 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -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; |
