From af677a42fb9ea1337f021c5d2f299d27c4f70168 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 27 Jan 2015 21:27:21 +0100 Subject: [PATCH] fix, allow widget to find cetodo tool in same folder as coedit main exe --- src/ce_todolist.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ce_todolist.pas b/src/ce_todolist.pas index 1ef14fed..35020ae3 100644 --- a/src/ce_todolist.pas +++ b/src/ce_todolist.pas @@ -292,6 +292,7 @@ begin fToolProcess.Executable := ToolExeName; fToolProcess.Options := [poUsePipes]; fToolProcess.ShowWindow := swoHIDE; + fToolProcess.CurrentDirectory := ExtractFileDir(Application.ExeName); // Something not quite clear: // --------------------------