move dexed design control to its own lazarus component tab

This commit is contained in:
Basile Burg 2018-10-21 14:12:47 +02:00
parent 536490ad44
commit d6330ed0e4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ implementation
procedure register;
begin
RegisterComponents('Coedit', [TCEToolBar, TCEToolButton]);
RegisterComponents('dexed', [TCEToolBar, TCEToolButton]);
end;
constructor TCEToolButton.Create(TheOwner: TComponent);