summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-25 00:00:33 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-25 00:00:33 +0100
commit13d924ad844ca6b642880910e21c5e322dbc4408 (patch)
treeec38628929587b1687bded178cb4279b47d4eb9a /src/wx/config_dialog.h
parent4abb5ba684d2302fe983cbf472969356fd5b945a (diff)
Allow mail server / KDM from email configuration.
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index 82c4ee2a0..3df7a6a26 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -59,6 +59,8 @@ private:
void issuer_changed ();
void creator_changed ();
void default_j2k_bandwidth_changed ();
+ void mail_server_changed ();
+ void kdm_from_changed ();
void setup_language_sensitivity ();
@@ -83,6 +85,8 @@ private:
wxTextCtrl* _tms_user;
wxTextCtrl* _tms_password;
wxSpinCtrl* _num_local_encoding_threads;
+ wxTextCtrl* _mail_server;
+ wxTextCtrl* _kdm_from;
wxSpinCtrl* _default_still_length;
#ifdef DCPOMATIC_USE_OWN_DIR_PICKER
DirPickerCtrl* _default_directory;