From 211185164cd3728e85736c938a05443519e8af9a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 19 Apr 2023 19:23:38 +0300 Subject: minor fix for h++ project --- plugins/HistoryPlusPlus/historypp.dproj | 32 ++++++++++++++-------------- plugins/HistoryPlusPlus/hpp_externalgrid.pas | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/historypp.dproj b/plugins/HistoryPlusPlus/historypp.dproj index 5e74de2dbc..dad4c3f3c1 100644 --- a/plugins/HistoryPlusPlus/historypp.dproj +++ b/plugins/HistoryPlusPlus/historypp.dproj @@ -114,31 +114,31 @@ true ..\..\include\delphi;..\..\plugins\ExternalAPI\delphi;$(DCC_UnitSearchPath) true - ..\..\bin16\Debug\Plugins\ + ..\..\bin17\Debug\Plugins\ ..\..\bin15\temp\res\ - ..\..\bin16\Debug\Plugins\ + ..\..\bin17\Debug\Plugins\ 1033 - ..\..\bin16\Debug\Obj\hpp\ + ..\..\bin17\Debug\Obj\hpp\ None - ..\..\bin16\Debug\Obj\hpp\ + ..\..\bin17\Debug\Obj\hpp\ - D:\Myranda\bin16\Debug64 + D:\Myranda\bin17\Debug64 true - D:\Myranda\bin16\Debug64\Miranda64.exe + D:\Myranda\bin17\Debug64\Miranda64.exe ..\..\bin15\temp\res\ - ..\..\bin16\Debug64\Plugins\ - ..\..\bin16\Debug64\Plugins\ - ..\..\bin16\Debug64\Obj\hpp\ - ..\..\bin16\Debug64\Obj\hpp\ + ..\..\bin17\Debug64\Plugins\ + ..\..\bin17\Debug64\Plugins\ + ..\..\bin17\Debug64\Obj\hpp\ + ..\..\bin17\Debug64\Obj\hpp\ - ..\..\bin16\Debug\Plugins\ - ..\..\bin16\Debug\Plugins\ - ..\..\bin16\Debug\Obj\hpp\ - ..\..\bin16\Debug\Obj\hpp\ - W:\miranda-ng\bin16\Debug - W:\miranda-ng\bin16\Debug\Miranda32.exe + ..\..\bin17\Debug\Plugins\ + ..\..\bin17\Debug\Plugins\ + ..\..\bin17\Debug\Obj\hpp\ + ..\..\bin17\Debug\Obj\hpp\ + W:\miranda-ng\bin17\Debug + W:\miranda-ng\bin17\Debug\Miranda32.exe true diff --git a/plugins/HistoryPlusPlus/hpp_externalgrid.pas b/plugins/HistoryPlusPlus/hpp_externalgrid.pas index f21422393d..a8ca592519 100644 --- a/plugins/HistoryPlusPlus/hpp_externalgrid.pas +++ b/plugins/HistoryPlusPlus/hpp_externalgrid.pas @@ -308,7 +308,7 @@ var RTLMode: TRTLMode; begin SetLength(Items, Length(Items) + 1); - Items[High(Items)].hDBEvent := 0; + Items[High(Items)].hDBEvent := CustomItem.hEvent; Items[High(Items)].hContact := hContact; Items[High(Items)].Codepage := Codepage; Items[High(Items)].Custom := True; -- cgit v1.2.3