mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
* attempt fix for #39553
This commit is contained in:
parent
d5ab80d754
commit
9ced709010
@ -171,7 +171,7 @@ begin
|
||||
AItem := FIndexSiteMap.Items.NewItem;
|
||||
AItem.Text := UTF8Trim(AText);
|
||||
{$IF FPC_FULLVERSION>=30200}
|
||||
AItem.AddURL(AUrl);
|
||||
AItem.AddLocal(AUrl);
|
||||
{$ELSE}
|
||||
AItem.Local := Trim(AUrl);
|
||||
AItem.Keyword := UTF8Trim(AText);
|
||||
@ -205,7 +205,7 @@ var
|
||||
begin
|
||||
item := NewItemAtLevel(ALevel);
|
||||
{$IF FPC_FULLVERSION>=30200}
|
||||
item.AddURL(AUrl);
|
||||
Item.AddLocal(AUrl);
|
||||
{$ELSE}
|
||||
item.Local := AUrl;
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user