summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-01-09 21:57:32 +0000
committerCarl Hetherington <cth@carlh.net>2013-01-09 21:57:32 +0000
commit914849f57d4979d537fe4215576bc6e05d2f8795 (patch)
tree24a3be67e29cefea41b4714dfa8cda012346be24 /src/wx/kdm_dialog.cc
parent7f8062032e16d9c9cfc28659a6da67f8205dc27b (diff)
Wording tweak.
Diffstat (limited to 'src/wx/kdm_dialog.cc')
-rw-r--r--src/wx/kdm_dialog.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc
index c9479b3c9..34004902b 100644
--- a/src/wx/kdm_dialog.cc
+++ b/src/wx/kdm_dialog.cc
@@ -87,11 +87,11 @@ KDMDialog::KDMDialog (wxWindow* parent)
_from_time = new wxTimePickerCtrl (this, wxID_ANY);
table->Add (_from_time, 1, wxEXPAND);
- add_label_to_sizer (table, this, "To");
- _to_date = new wxDatePickerCtrl (this, wxID_ANY);
- table->Add (_to_date, 1, wxEXPAND);
- _to_time = new wxTimePickerCtrl (this, wxID_ANY);
- table->Add (_to_time, 1, wxEXPAND);
+ add_label_to_sizer (table, this, "Until");
+ _until_date = new wxDatePickerCtrl (this, wxID_ANY);
+ table->Add (_until_date, 1, wxEXPAND);
+ _until_time = new wxTimePickerCtrl (this, wxID_ANY);
+ table->Add (_until_time, 1, wxEXPAND);
add_label_to_sizer (table, this, "Write to");