mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 19:59:37 +02:00
connected actions register procs
git-svn-id: trunk@5736 -
This commit is contained in:
parent
7c15c7e6fc
commit
c2790676bb
@ -784,6 +784,9 @@ end;
|
||||
initialization
|
||||
RegisteredActions:=TRegisteredActionCategories.Create;
|
||||
RegisterActionsProc := @RegisterActions;
|
||||
UnRegisterActionsProc := @UnregisterActions;
|
||||
EnumRegisteredActionsProc := @EnumActions;
|
||||
CreateActionProc := @CreateAction;
|
||||
RegisterComponentEditor(TActionList,TActionListComponentEditor);
|
||||
finalization
|
||||
RegisteredActions.Free;
|
||||
|
Loading…
Reference in New Issue
Block a user