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
|
if not fileExists(ident) then
|
||||||
exit;
|
exit;
|
||||||
ext := extractFileExt(ident);
|
ext := extractFileExt(ident);
|
||||||
// error in import(file) content: ext may be different
|
|
||||||
if dExtList.IndexOf(ext) = -1 then
|
if dExtList.IndexOf(ext) = -1 then
|
||||||
exit;
|
exit;
|
||||||
CEMainForm.openFile(ident);
|
CEMainForm.openFile(ident);
|
||||||
|
|
Loading…
Reference in New Issue