mirror of https://gitlab.com/basile.b/dexed.git
fix option naming style
This commit is contained in:
parent
8ec05dd38c
commit
12f0b694f7
|
@ -57,7 +57,7 @@ end;
|
|||
procedure TCEProcInputWidget.sesoptDeclareProperties(aFiler: TFiler);
|
||||
begin
|
||||
inherited;
|
||||
aFiler.DefineProperty(Name + 'InputMru', @optset_InputMru, @optget_InputMru, true);
|
||||
aFiler.DefineProperty(Name + '_inputMru', @optset_InputMru, @optget_InputMru, true);
|
||||
end;
|
||||
|
||||
procedure TCEProcInputWidget.optset_InputMru(aReader: TReader);
|
||||
|
|
Loading…
Reference in New Issue