diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-25 12:20:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-25 12:20:26 +0100 |
| commit | 5909b9672821c1d5ea974761316dc0f3df558349 (patch) | |
| tree | f1eaa4603f26663f1facb9246f852f6c7f4a5bb8 /src/wx/config_dialog.h | |
| parent | 13d924ad844ca6b642880910e21c5e322dbc4408 (diff) | |
Part of work to add emailing of KDMs.
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index 3df7a6a26..b1a59e8b9 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -61,6 +61,7 @@ private: void default_j2k_bandwidth_changed (); void mail_server_changed (); void kdm_from_changed (); + void kdm_email_changed (); void setup_language_sensitivity (); @@ -69,6 +70,7 @@ private: void make_metadata_panel (); void make_servers_panel (); void make_colour_conversions_panel (); + void make_kdm_email_panel (); wxNotebook* _notebook; wxPanel* _misc_panel; @@ -97,5 +99,7 @@ private: wxTextCtrl* _issuer; wxTextCtrl* _creator; wxSpinCtrl* _default_j2k_bandwidth; + wxPanel* _kdm_email_panel; + wxTextCtrl* _kdm_email; }; |
