diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/hpp_events.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_events.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_events.pas b/plugins/HistoryPlusPlus/hpp_events.pas index 004095c98f..6f70f39a35 100644 --- a/plugins/HistoryPlusPlus/hpp_events.pas +++ b/plugins/HistoryPlusPlus/hpp_events.pas @@ -525,7 +525,7 @@ begin Result := False;
msg := nil;
try
- msg := DbEvent_GetTextW(@EventInfo, CP_ACP);
+ msg := DbEvent_GetTextW(@EventInfo);
Result := Assigned(msg);
except
if Assigned(msg) then mir_free(msg);
|