diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:14 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:14 +0200 |
commit | 01eb8253196672c969a39587e90b49321a182428 (patch) | |
tree | 4a3b71d7913de519744466c9227fda6461c4f0b5 /structures.h | |
parent | 5.0 (diff) | |
download | FreeFileSync-01eb8253196672c969a39587e90b49321a182428.tar.gz FreeFileSync-01eb8253196672c969a39587e90b49321a182428.tar.bz2 FreeFileSync-01eb8253196672c969a39587e90b49321a182428.zip |
5.1
Diffstat (limited to 'structures.h')
-rw-r--r-- | structures.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/structures.h b/structures.h index 5d79862f..39d6c03a 100644 --- a/structures.h +++ b/structures.h @@ -251,11 +251,11 @@ enum UnitSize enum UnitTime { UTIME_NONE, - //UTIME_LAST_X_HOURS, UTIME_TODAY, - UTIME_THIS_WEEK, + // UTIME_THIS_WEEK, UTIME_THIS_MONTH, - UTIME_THIS_YEAR + UTIME_THIS_YEAR, + UTIME_LAST_X_DAYS }; struct FilterConfig |