X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fconfig_dialog.h;h=3df7a6a2612a92f57e3c696f95aa27f6ea354ba0;hb=13d924ad844ca6b642880910e21c5e322dbc4408;hp=82c4ee2a03b7a972f3796261dabc468046fe8848;hpb=4abb5ba684d2302fe983cbf472969356fd5b945a;p=dcpomatic.git 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;