summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-25 22:58:15 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-25 22:58:15 +0000
commitfed8744100ee8e58c09b0394d05ac908f2c4e15f (patch)
treee2e95f04adeb38ff11c871724056d82531f5bb13 /src/wx/config_dialog.h
parentbe4a3a2bf0ed227f57fbe0e5efc4d47eff43216a (diff)
Improve language setup.
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;