From 3109ef95e9d3e9e81f421917e75a57f5debef9e1 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 6 May 2019 06:20:43 +0200 Subject: [PATCH] nothing --- src/u_dubproject.pas | 2 +- src/u_main.lfm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/u_dubproject.pas b/src/u_dubproject.pas index 27663b36..36aa4c34 100644 --- a/src/u_dubproject.pas +++ b/src/u_dubproject.pas @@ -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; diff --git a/src/u_main.lfm b/src/u_main.lfm index 815895c9..ee0ae11e 100644 --- a/src/u_main.lfm +++ b/src/u_main.lfm @@ -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