summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h
index 4e449cee3..99e260338 100644
--- a/src/wx/kdm_dialog.h
+++ b/src/wx/kdm_dialog.h
@@ -58,9 +58,9 @@ private:
wxButton* _edit_screen;
wxButton* _remove_screen;
wxDatePickerCtrl* _from_date;
- wxDatePickerCtrl* _to_date;
+ wxDatePickerCtrl* _until_date;
wxTimePickerCtrl* _from_time;
- wxTimePickerCtrl* _to_time;
+ wxTimePickerCtrl* _until_time;
#ifdef __WXMSW__
DirPickerCtrl* _folder;
#else