summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index 8a3c81ec9..f6f3b3707 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -39,6 +39,7 @@ public:
ConfigDialog (wxWindow *);
private:
+ void set_language_changed (wxCommandEvent &);
void language_changed (wxCommandEvent &);
void tms_ip_changed (wxCommandEvent &);
void tms_path_changed (wxCommandEvent &);
@@ -56,7 +57,9 @@ private:
void server_selection_changed (wxListEvent &);
void add_server_to_control (ServerDescription *);
+ void setup_language_sensitivity ();
+ wxCheckBox* _set_language;
wxChoice* _language;
wxTextCtrl* _tms_ip;
wxTextCtrl* _tms_path;