Fixed: CompanyName did not return a value
This commit is contained in:
parent
3df331e9a4
commit
39eda1a4a5
@ -204,7 +204,7 @@ end;
|
|||||||
|
|
||||||
function TX2AppVersionStrings.GetValue;
|
function TX2AppVersionStrings.GetValue;
|
||||||
begin
|
begin
|
||||||
if (Index > 0) and (Index < FValues.Count) then
|
if (Index > -1) and (Index < FValues.Count) then
|
||||||
Result := FValues[Index]
|
Result := FValues[Index]
|
||||||
else
|
else
|
||||||
Result := '';
|
Result := '';
|
||||||
|
Loading…
Reference in New Issue
Block a user