diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
commit | c8e0e909b4a8d18319fc65434a10dc446434817c (patch) | |
tree | eee91e7d2ce229dd043811eae8f1e2bd78061916 /structures.h | |
parent | 5.2 (diff) | |
download | FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.gz FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.bz2 FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.zip |
5.3
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 39d6c03a..db912662 100644 --- a/structures.h +++ b/structures.h @@ -370,13 +370,13 @@ struct MainConfiguration #ifdef FFS_WIN globalFilter(Zstr("*"), Zstr("\\System Volume Information\\\n") - Zstr("\\RECYCLED\\\n") + Zstr("\\$Recycle.Bin\\\n") Zstr("\\RECYCLER\\\n") - Zstr("\\$Recycle.Bin\\")) {} + Zstr("\\RECYCLED\\\n")) {} #elif defined FFS_LINUX globalFilter(Zstr("*"), Zstr("/.Trash-*/\n") - Zstr("/.recycle/")) {} + Zstr("/.recycle/\n")) {} #endif CompConfig cmpConfig; //global compare settings: may be overwritten by folder pair settings |