diff --git a/components/anchordocking/anchordocking.pas b/components/anchordocking/anchordocking.pas index e0d4934927..4256151a36 100644 --- a/components/anchordocking/anchordocking.pas +++ b/components/anchordocking/anchordocking.pas @@ -1983,7 +1983,6 @@ var Site.Pages.Pages.Add(aPageName); aPage:=Site.Pages.Page[j]; inc(j); - aPage.Caption:=aPageName; AControl:=Restore(Node[i],aPage); if AControl=nil then continue; AControl.Align:=alClient;