mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Incorrect file name in error dialog
This commit is contained in:
parent
7841ec0daa
commit
cc783a7e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ var
|
|||
Result := False;
|
||||
if not FSkipOpenForWritingError then
|
||||
begin
|
||||
case AskQuestion(GetMsgByMode + ': ' + SourceFile.FullPath, '',
|
||||
case AskQuestion(GetMsgByMode + ': ' + TargetFileName, '',
|
||||
[fsourRetry, fsourSkip, fsourSkipAll, fsourAbort],
|
||||
fsourRetry, fsourSkip) of
|
||||
fsourRetry:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue