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
|
||||
dExtList := TStringList.Create;
|
||||
dExtList.AddStrings(['.d', '.D', '.di', '.DI', '.Di', '.dI', '.dd', '.DD']);
|
||||
dExtList.AddStrings(['.d', '.di', '.dd']);
|
||||
registerClasses([TCEPersistentShortcut]);
|
||||
finalization
|
||||
dExtList.Free;
|
||||
|
|
|
|||
Loading…
Reference in New Issue