From f6caaae7747ed481fbaddcaa6afcfdefbbfc545a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 15 Nov 2015 19:22:16 +0000 Subject: Some renaming of certificate -> recipient. --- src/wx/screen_dialog.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/wx/screen_dialog.h') diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h index 1110bc992..7e03b160d 100644 --- a/src/wx/screen_dialog.h +++ b/src/wx/screen_dialog.h @@ -31,18 +31,18 @@ public: ScreenDialog (wxWindow *, std::string, std::string name = "", boost::optional c = boost::optional ()); std::string name () const; - boost::optional certificate () const; + boost::optional recipient () const; private: - void select_certificate (); - void load_certificate (boost::filesystem::path); - void download_certificate (); + void get_recipient_from_file (); + void load_recipient (boost::filesystem::path); + void download_recipient (); void setup_sensitivity (); wxTextCtrl* _name; - wxStaticText* _certificate_thumbprint; - wxButton* _load_certificate; - wxButton* _download_certificate; + wxStaticText* _recipient_thumbprint; + wxButton* _get_recipient_from_file; + wxButton* _download_recipient; - boost::optional _certificate; + boost::optional _recipient; }; -- cgit v1.2.3