diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_itemprocess.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_itemprocess.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_itemprocess.pas b/plugins/HistoryPlusPlus/hpp_itemprocess.pas index 137fdd28b0..c873502176 100644 --- a/plugins/HistoryPlusPlus/hpp_itemprocess.pas +++ b/plugins/HistoryPlusPlus/hpp_itemprocess.pas @@ -459,7 +459,7 @@ begin sare.rangeToReplace := nil;
sare.ProtocolName := ird^.pProto;
//sare.flags := SAFLRE_INSERTEMF + mesSent[ird^.IsEventSent];
- sare.flags := mesSent[ird^.IsEventSent];
+ sare.flags := mesSent[ird^.IsEventSent] or SAFLRE_FIREVIEW;
sare.disableRedraw := True;
sare.hContact := ird^.hContact;
CallService(MS_SMILEYADD_REPLACESMILEYS,0,LPARAM(@sare));
|