mirror of https://gitlab.com/basile.b/dexed.git
sel proj file diag init val
This commit is contained in:
parent
2d855e9f4d
commit
54b13358de
|
@ -366,6 +366,7 @@ begin
|
||||||
else while List.Selected.SubItems.Count < 3 do
|
else while List.Selected.SubItems.Count < 3 do
|
||||||
List.Selected.SubItems.Add(ini);
|
List.Selected.SubItems.Add(ini);
|
||||||
with TOpenDialog.Create(nil) do try
|
with TOpenDialog.Create(nil) do try
|
||||||
|
FileName := ini;
|
||||||
if Execute then
|
if Execute then
|
||||||
List.Selected.SubItems[2] := FileName;
|
List.Selected.SubItems[2] := FileName;
|
||||||
finally
|
finally
|
||||||
|
|
Loading…
Reference in New Issue