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
|
if x > 0 then
|
||||||
begin
|
begin
|
||||||
// in case something has to be done with the subpackage...
|
// in case something has to be done with the subpackage...
|
||||||
// c := subPackage[n[x .. n.length]];
|
// c := subPackage[n[x + 1 .. n.length]];
|
||||||
continue;
|
continue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ object MainForm: TMainForm
|
||||||
OnDropFiles = FormDropFiles
|
OnDropFiles = FormDropFiles
|
||||||
OnResize = FormResize
|
OnResize = FormResize
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
LCLVersion = '2.0.0.4'
|
LCLVersion = '2.0.2.0'
|
||||||
object mainMenu: TMainMenu
|
object mainMenu: TMainMenu
|
||||||
top = 1
|
top = 1
|
||||||
object MenuItem1: TMenuItem
|
object MenuItem1: TMenuItem
|
||||||
|
|
Loading…
Reference in New Issue