mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: improve prompt in TfrmMain.MoveFiles()
This commit is contained in:
parent
7a22f56648
commit
56a26c8568
1 changed files with 3 additions and 8 deletions
|
|
@ -3921,15 +3921,10 @@ begin
|
|||
|
||||
if NOT bMove then begin
|
||||
if params.consultResult = fscrNotImplemented then
|
||||
begin
|
||||
msgWarning(rsMsgNotImplemented);
|
||||
Exit;
|
||||
end
|
||||
else
|
||||
begin
|
||||
msgWarning(rsMsgNotImplemented)
|
||||
else if params.consultResult = fscrNotSupported then
|
||||
msgWarning(rsMsgErrNotSupported);
|
||||
Exit;
|
||||
end;
|
||||
Exit;
|
||||
end;
|
||||
|
||||
if SourceFiles.Count = 0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue