From 0887aee8c54d0ed51bb2031431e2bcdafebb4c6e Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:23:19 +0200 Subject: 5.13 --- structures.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'structures.h') diff --git a/structures.h b/structures.h index 91b54942..021a2675 100644 --- a/structures.h +++ b/structures.h @@ -349,16 +349,17 @@ bool operator==(const FolderPairEnh& lhs, const FolderPairEnh& rhs) struct MainConfiguration { MainConfiguration() : -#ifdef FFS_WIN globalFilter(Zstr("*"), +#ifdef FFS_WIN Zstr("\\System Volume Information\\\n") Zstr("\\$Recycle.Bin\\\n") Zstr("\\RECYCLER\\\n") Zstr("\\RECYCLED\\\n")) {} #elif defined FFS_LINUX - globalFilter(Zstr("*"), Zstr("/.Trash-*/\n") Zstr("/.recycle/\n")) {} +#elif defined FFS_MAC + Zstr("/.Trashes/\n")) {} #endif CompConfig cmpConfig; //global compare settings: may be overwritten by folder pair settings -- cgit