ide: remove a possibility to use a single frame class more than 1 time by assigning Name property to an empty string - this breaks help because help uses component name to prepare an url

git-svn-id: trunk@29522 -
This commit is contained in:
paul 2011-02-13 13:31:05 +00:00
parent 684c623fc2
commit ac062467ca

View File

@ -443,7 +443,6 @@ begin
for j := 0 to Rec^.Items.Count - 1 do
begin
Instance := Rec^.Items[j]^.EditorClass.Create(Self);
Instance.Name := ''; // allow multiply use of the same frame in different groups
Instance.OnLoadIDEOptions := @LoadIDEOptions;
Instance.OnSaveIDEOptions := @SaveIDEOptions;
Instance.Setup(Self);