mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 11:09:07 +02:00
* Patch from Mantis #19596 that reads comment again, which was erased by the last commit.
git-svn-id: trunk@17792 -
This commit is contained in:
parent
b5c4072af5
commit
79dd9eba0c
@ -150,6 +150,7 @@ begin
|
||||
ts := TStringList.Create;
|
||||
try
|
||||
ts.Assign(FmyExtraVersionStrings);
|
||||
ts.add('Comments');
|
||||
ts.add('CompanyName');
|
||||
ts.add('FileDescription');
|
||||
ts.add('FileVersion');
|
||||
@ -229,7 +230,7 @@ begin
|
||||
begin
|
||||
V:=FmyVersionCategories[i];
|
||||
if (V=S) and ((transid=0) or (transid=dword(pointer(FmyVersionCategories.Objects[i])))) then
|
||||
Result:=V;
|
||||
Result:=FmyVersionStrings[i];
|
||||
inc(I);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user