renamed enum member

This commit is contained in:
Basile Burg 2015-02-19 11:15:40 +01:00
parent bac1a99efc
commit 566bd6bbd3
3 changed files with 3 additions and 3 deletions

View File

@ -221,7 +221,7 @@ end;
function TCEEditorOptions.optionedWantEditorKind: TOptionEditorKind;
begin
exit(oekAbstract);
exit(oekGeneric);
end;
function TCEEditorOptions.optionedWantContainer: TPersistent;

View File

@ -235,7 +235,7 @@ end;
function TCEMessagesWidget.optionedWantEditorKind: TOptionEditorKind;
begin
exit(oekAbstract);
exit(oekGeneric);
end;
function TCEMessagesWidget.optionedWantContainer: TPersistent;

View File

@ -123,7 +123,7 @@ begin
TForm(dt^.container).Align := alClient;
TForm(dt^.container).BorderStyle:= bsNone;
end;
oekAbstract:
oekGeneric:
begin
inspector.Parent := pnlEd;
inspector.Align := alClient;