Explorar o código

Actually, use msgErrorCopying like the other two options.

Martijn Laan hai 3 meses
pai
achega
1aaafb0752
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Projects/Src/Setup.Install.pas

+ 1 - 1
Projects/Src/Setup.Install.pas

@@ -1505,7 +1505,7 @@ var
             else if foExtractArchive in CurFile^.Options then begin
               { Extract a file from archive. Note: foISSigVerify for archive has
                 already been handled by RecurseExternalArchiveCopyFiles. }
-              LastOperation := SetupMessages[msgErrorReadingSource];
+              LastOperation := SetupMessages[msgErrorCopying];
               ArchiveFindExtract(StrToInt(SourceFile), DestF, ExtractorProgressProc);
             end
             else begin