diff --git a/components/lazautoupdate/latest_stable/testinstaller/lauinstaller.lps b/components/lazautoupdate/latest_stable/testinstaller/lauinstaller.lps index 8f11d813c..69b5119aa 100644 --- a/components/lazautoupdate/latest_stable/testinstaller/lauinstaller.lps +++ b/components/lazautoupdate/latest_stable/testinstaller/lauinstaller.lps @@ -4,13 +4,13 @@ - + - + - + @@ -19,9 +19,10 @@ - - - + + + + @@ -34,19 +35,18 @@ - - + - + - + - + @@ -76,35 +76,35 @@ - + - + - + - + - + - + - + - + @@ -116,149 +116,158 @@ - + - + - - - - + + + + - - + + + + + - - + + + + + + + + - - + + - - + + - + - - + + - - + + - + - - - - - - - - - - - - - - + + - - + + + + + + + + + + + + + + - + - + - + - + - - + + - - + + - - + + - + - + - + - + - + - - + + - - + + - + - - + + - - + + - + diff --git a/components/lazautoupdate/latest_stable/updatepack/umainform.pas b/components/lazautoupdate/latest_stable/updatepack/umainform.pas index 2ddeab46f..d8cab06df 100644 --- a/components/lazautoupdate/latest_stable/updatepack/umainform.pas +++ b/components/lazautoupdate/latest_stable/updatepack/umainform.pas @@ -1433,7 +1433,7 @@ if (lcl_major > 0) and (lcl_minor > 6) then // This uses a resource file added via Project/Options (Laz 1.7+) if not FileExistsUTF8(sReadMePath) then begin - // create a resource stream which points to the po file + // create a resource stream which points to the file S := TResourceStream.Create(HInstance, 'README', MakeIntResource(10)); try F := TFileStream.Create(sReadMePath, fmCreate);