summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-24 23:24:27 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-24 23:24:27 +0000
commit17097564ffb940478b2d5519302bc3bb9162a965 (patch)
treee131baedf6e4de74ad0b52bb5b0529b7672d2d19 /src/wx/config_dialog.h
parent5925d300db2a237d59645dc26933c14e9bc94b65 (diff)
User interface for language selection.
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index 948bf0571..8a3c81ec9 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -39,6 +39,7 @@ public:
ConfigDialog (wxWindow *);
private:
+ void language_changed (wxCommandEvent &);
void tms_ip_changed (wxCommandEvent &);
void tms_path_changed (wxCommandEvent &);
void tms_user_changed (wxCommandEvent &);
@@ -55,7 +56,8 @@ private:
void server_selection_changed (wxListEvent &);
void add_server_to_control (ServerDescription *);
-
+
+ wxChoice* _language;
wxTextCtrl* _tms_ip;
wxTextCtrl* _tms_path;
wxTextCtrl* _tms_user;