mirror of https://gitlab.com/basile.b/dexed.git
removed comment, error mixin(import(file)), original file name is not passed in messages
This commit is contained in:
parent
07acbd42cf
commit
05643cd32d
|
@ -601,7 +601,6 @@ begin
|
|||
if not fileExists(ident) then
|
||||
exit;
|
||||
ext := extractFileExt(ident);
|
||||
// error in import(file) content: ext may be different
|
||||
if dExtList.IndexOf(ext) = -1 then
|
||||
exit;
|
||||
CEMainForm.openFile(ident);
|
||||
|
|
Loading…
Reference in New Issue