summaryrefslogtreecommitdiff
path: root/ui/small_dlgs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/small_dlgs.cpp')
-rw-r--r--ui/small_dlgs.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/small_dlgs.cpp b/ui/small_dlgs.cpp
index cf323279..63d3f566 100644
--- a/ui/small_dlgs.cpp
+++ b/ui/small_dlgs.cpp
@@ -160,7 +160,6 @@ FilterDlg::FilterDlg(wxWindow* parent,
enumTimeDescr.
add(UTIME_NONE, _("Inactive")).
- //add(UTIME_LAST_X_HOURS, _("Last x hours")). //better: "Last %x hour" ?
add(UTIME_TODAY, _("Today")).
add(UTIME_THIS_WEEK, _("This week")).
add(UTIME_THIS_MONTH, _("This month")).
bgstack15