IDEIntf: added standard actions editor, bug #13602

git-svn-id: trunk@19700 -
This commit is contained in:
mattias 2009-04-29 21:41:26 +00:00
parent 7597713c59
commit b083f34d53
2 changed files with 2 additions and 1 deletions

View File

@ -69,11 +69,11 @@ type
TActStdProp = class
private
fPropList: TObjectList;
procedure Add(ActClassType: TClass; HeadLine, ShortCut, Hint: String);
public
constructor Create;
destructor Destroy; override;
function IndexOfClass(ActClassName: String): TActStdPropItem;
procedure Add(ActClassType: TClass; HeadLine, ShortCut, Hint: String);
end;

View File

@ -21,6 +21,7 @@ interface
uses
ActionsEditor,
ActionsEditorStd,
BaseIDEIntf,
ComponentEditors,
ComponentReg,