mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001533]
This commit is contained in:
parent
a5799280f7
commit
48b0199004
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ var
|
|||
sQuestion:= FileExistsMessage(NewName, aFile.FullPath, aFile.Size, aFile.ModificationTime);
|
||||
Result := AskQuestion(sQuestion, '',
|
||||
[fsourOverwrite, fsourSkip, fsourAbort, fsourOverwriteAll,
|
||||
fsourSkipAll],fsourOverwrite, fsourSkip);
|
||||
fsourSkipAll], fsourOverwrite, fsourAbort);
|
||||
case Result of
|
||||
fsourOverwriteAll:
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue