mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Question broken in previous commit
This commit is contained in:
parent
91c8a24185
commit
2ec3df9d62
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ begin
|
|||
sQuestion := Format(rsMsgNotDelete, [FileName]);
|
||||
end;
|
||||
|
||||
if FSkipErrors or (RemoveDirectly <> fsoogYes) then
|
||||
if FSkipErrors or (RemoveDirectly = fsoogNo) then
|
||||
LogMessage(sMessage, logOptions, lmtError)
|
||||
else
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue