FIX: Bug [0000501] "Drop readonly flag" should be unselected by default for file copy in new install.

This commit is contained in:
Alexander Koblov 2012-06-23 10:58:29 +00:00
commit a2820eccfe

View file

@ -854,7 +854,7 @@ begin
gUseMmapInSearch := False;
gPartialNameSearch := True;
gWipePassNumber := 1;
gDropReadOnlyFlag := True;
gDropReadOnlyFlag := False;
gProcessComments := True;
gRenameSelOnlyName := False;
gShowCopyTabSelectPanel := False;