mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Abort operation when can not create file
This commit is contained in:
parent
6054a000b4
commit
ef39264658
1 changed files with 2 additions and 2 deletions
|
|
@ -1296,8 +1296,8 @@ begin
|
|||
end
|
||||
else
|
||||
begin
|
||||
if AskQuestion(sMessage, '', [fsourSkip, fsourCancel],
|
||||
fsourSkip, fsourAbort) = fsourAbort then
|
||||
if AskQuestion(sMessage, '', [fsourSkip, fsourAbort],
|
||||
fsourSkip, fsourAbort) <> fsourSkip then
|
||||
begin
|
||||
AbortOperation;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue