From 566bd6bbd314fe41cabab842e5e7e38df8d4b14b Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 19 Feb 2015 11:15:40 +0100 Subject: [PATCH] renamed enum member --- src/ce_editoroptions.pas | 2 +- src/ce_messages.pas | 2 +- src/ce_optionseditor.pas | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ce_editoroptions.pas b/src/ce_editoroptions.pas index 1583bb93..e8747a52 100644 --- a/src/ce_editoroptions.pas +++ b/src/ce_editoroptions.pas @@ -221,7 +221,7 @@ end; function TCEEditorOptions.optionedWantEditorKind: TOptionEditorKind; begin - exit(oekAbstract); + exit(oekGeneric); end; function TCEEditorOptions.optionedWantContainer: TPersistent; diff --git a/src/ce_messages.pas b/src/ce_messages.pas index c4a8197a..b6d7e59d 100644 --- a/src/ce_messages.pas +++ b/src/ce_messages.pas @@ -235,7 +235,7 @@ end; function TCEMessagesWidget.optionedWantEditorKind: TOptionEditorKind; begin - exit(oekAbstract); + exit(oekGeneric); end; function TCEMessagesWidget.optionedWantContainer: TPersistent; diff --git a/src/ce_optionseditor.pas b/src/ce_optionseditor.pas index fb6cb26b..16fa6dfd 100644 --- a/src/ce_optionseditor.pas +++ b/src/ce_optionseditor.pas @@ -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;