diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/HistoryForm.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryForm.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryForm.pas b/plugins/HistoryPlusPlus/HistoryForm.pas index 7df2cae662..c2c25f171f 100644 --- a/plugins/HistoryPlusPlus/HistoryForm.pas +++ b/plugins/HistoryPlusPlus/HistoryForm.pas @@ -3232,7 +3232,7 @@ end; procedure THistoryFrm.EmptyHistory1Click(Sender: TObject);
begin
- CallService(MS_HPP_EMPTYHISTORY, hContact, 0);
+ CallService(MS_HISTORY_EMPTY, hContact, 0);
end;
procedure THistoryFrm.EndHotFilterTimer(DoClearFilter: Boolean = False);
|