mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
e708b7a1cd
commit
3109ef95e9
|
@ -1544,7 +1544,7 @@ procedure TDubProject.updateImportPathsFromJson;
|
|||
if x > 0 then
|
||||
begin
|
||||
// in case something has to be done with the subpackage...
|
||||
// c := subPackage[n[x .. n.length]];
|
||||
// c := subPackage[n[x + 1 .. n.length]];
|
||||
continue;
|
||||
end;
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ object MainForm: TMainForm
|
|||
OnDropFiles = FormDropFiles
|
||||
OnResize = FormResize
|
||||
ShowHint = True
|
||||
LCLVersion = '2.0.0.4'
|
||||
LCLVersion = '2.0.2.0'
|
||||
object mainMenu: TMainMenu
|
||||
top = 1
|
||||
object MenuItem1: TMenuItem
|
||||
|
|
Loading…
Reference in New Issue