Ver código fonte

Actually, use msgErrorCopying like the other two options.

Martijn Laan 3 meses atrás
pai
commit
1aaafb0752
1 arquivos alterados com 1 adições e 1 exclusões
  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
             else if foExtractArchive in CurFile^.Options then begin
               { Extract a file from archive. Note: foISSigVerify for archive has
               { Extract a file from archive. Note: foISSigVerify for archive has
                 already been handled by RecurseExternalArchiveCopyFiles. }
                 already been handled by RecurseExternalArchiveCopyFiles. }
-              LastOperation := SetupMessages[msgErrorReadingSource];
+              LastOperation := SetupMessages[msgErrorCopying];
               ArchiveFindExtract(StrToInt(SourceFile), DestF, ExtractorProgressProc);
               ArchiveFindExtract(StrToInt(SourceFile), DestF, ExtractorProgressProc);
             end
             end
             else begin
             else begin