fix, allow widget to find cetodo tool in same folder as coedit main exe

This commit is contained in:
Basile Burg 2015-01-27 21:27:21 +01:00
parent 1cd9f140e2
commit af677a42fb
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ begin
fToolProcess.Executable := ToolExeName; fToolProcess.Executable := ToolExeName;
fToolProcess.Options := [poUsePipes]; fToolProcess.Options := [poUsePipes];
fToolProcess.ShowWindow := swoHIDE; fToolProcess.ShowWindow := swoHIDE;
fToolProcess.CurrentDirectory := ExtractFileDir(Application.ExeName);
// Something not quite clear: // Something not quite clear:
// -------------------------- // --------------------------