summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.cc
diff options
context:
space:
mode:
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");