Переглянути джерело

Fix leftover CallUpdate param which wasnt supposed to be there anymore.

Martijn Laan 3 місяців тому
батько
коміт
5a830a1524
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      Projects/Src/Setup.Install.pas

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

@@ -78,7 +78,7 @@ begin
     WizardForm.FilenameLabel.Update;
     WizardForm.FilenameLabel.Update;
 end;
 end;
 
 
-procedure SetStatusLabelText(const S: String; const CallUpdate: Boolean = True;
+procedure SetStatusLabelText(const S: String;
   const ClearFilenameLabelText: Boolean = True);
   const ClearFilenameLabelText: Boolean = True);
 begin
 begin
   if WizardForm.StatusLabel.Caption <> S then begin
   if WizardForm.StatusLabel.Caption <> S then begin
@@ -1254,7 +1254,7 @@ var
           raise;
           raise;
         end;
         end;
 
 
-        { Update the filename label }
+        { Update the status and filename labels }
         if foDownload in CurFile^.Options then
         if foDownload in CurFile^.Options then
           SetStatusLabelText(SetupMessages[msgStatusDownloadFiles], False)
           SetStatusLabelText(SetupMessages[msgStatusDownloadFiles], False)
         else
         else