diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-09 21:57:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-09 21:57:32 +0000 |
| commit | 914849f57d4979d537fe4215576bc6e05d2f8795 (patch) | |
| tree | 24a3be67e29cefea41b4714dfa8cda012346be24 /src/wx/kdm_dialog.h | |
| parent | 7f8062032e16d9c9cfc28659a6da67f8205dc27b (diff) | |
Wording tweak.
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 4 |
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 |
