mirror of https://gitlab.com/basile.b/dexed.git
removed d extension with upper case char
dmd does not take such file.
This commit is contained in:
parent
ff576c985f
commit
b8b72af8f3
|
|
@ -985,7 +985,7 @@ end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
dExtList := TStringList.Create;
|
dExtList := TStringList.Create;
|
||||||
dExtList.AddStrings(['.d', '.D', '.di', '.DI', '.Di', '.dI', '.dd', '.DD']);
|
dExtList.AddStrings(['.d', '.di', '.dd']);
|
||||||
registerClasses([TCEPersistentShortcut]);
|
registerClasses([TCEPersistentShortcut]);
|
||||||
finalization
|
finalization
|
||||||
dExtList.Free;
|
dExtList.Free;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue