mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
9a21789d6b
commit
03d9f4f164
1 changed files with 1 additions and 1 deletions
|
|
@ -1135,6 +1135,7 @@ begin
|
|||
AskResult := AskQuestion(Format(rsMsgFilePathOverMaxPath,
|
||||
[UTF8Length(TargetName), MAX_PATH - 1, LineEnding + WrapTextSimple(TargetName, 100) + LineEnding]), '',
|
||||
[fsourIgnore, fsourSkip, fsourAbort, fsourIgnoreAll, fsourSkipAll], fsourIgnore, fsourSkip);
|
||||
if AskResult = fsourSkipAll then FMaxPathOption := fsourSkip;
|
||||
end;
|
||||
case AskResult of
|
||||
fsourAbort: AbortOperation();
|
||||
|
|
@ -1142,7 +1143,6 @@ begin
|
|||
fsourSkipAll:
|
||||
begin
|
||||
Result := False;
|
||||
FMaxPathOption := fsourSkip;
|
||||
SkipStatistics(CurrentSubNode);
|
||||
AppProcessMessages;
|
||||
CheckOperationState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue