1
0
mirror of synced 2024-09-19 01:36:08 +00:00

Fixed: CompanyName did not return a value

This commit is contained in:
Mark van Renswoude 2004-09-10 09:34:37 +00:00
parent 3df331e9a4
commit 39eda1a4a5

View File

@ -204,7 +204,7 @@ end;
function TX2AppVersionStrings.GetValue;
begin
if (Index > 0) and (Index < FValues.Count) then
if (Index > -1) and (Index < FValues.Count) then
Result := FValues[Index]
else
Result := '';