diff --git a/ideintf/actionseditor.pas b/ideintf/actionseditor.pas index 2e33353aee..cff508b909 100644 --- a/ideintf/actionseditor.pas +++ b/ideintf/actionseditor.pas @@ -784,6 +784,9 @@ end; initialization RegisteredActions:=TRegisteredActionCategories.Create; RegisterActionsProc := @RegisterActions; + UnRegisterActionsProc := @UnregisterActions; + EnumRegisteredActionsProc := @EnumActions; + CreateActionProc := @CreateAction; RegisterComponentEditor(TActionList,TActionListComponentEditor); finalization RegisteredActions.Free;