mirror of https://gitlab.com/basile.b/dexed.git
CE projects, force extension, -of can contain a symstring
This commit is contained in:
parent
b85f3f8f29
commit
f234067fc3
|
@ -1401,6 +1401,7 @@ begin
|
|||
end;
|
||||
if fe and nme.isNotEmpty then
|
||||
begin
|
||||
nme := symbolExpander.get(nme);
|
||||
ext := nme.extractFileExt;
|
||||
nme := '-of' + nme;
|
||||
i := aList.IndexOf(nme);
|
||||
|
|
Loading…
Reference in New Issue