diff options
Diffstat (limited to 'plugins/HistoryPlusPlus/GlobalSearch.pas')
| -rw-r--r-- | plugins/HistoryPlusPlus/GlobalSearch.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/GlobalSearch.pas b/plugins/HistoryPlusPlus/GlobalSearch.pas index ffc955e3b3..299b936790 100644 --- a/plugins/HistoryPlusPlus/GlobalSearch.pas +++ b/plugins/HistoryPlusPlus/GlobalSearch.pas @@ -573,8 +573,8 @@ var begin
// wParam - hContact, lParam - 0
CurContact := M.wParam;
- if CurContact = 0 then
- CurProto := 'ICQ'
+ if CurContact <> 0 then
+ CurProto := ''
else
CurProto := Proto_GetBaseAccountName(CurContact);
laProgress.Caption := Format(TranslateW('Searching "%s"...'),
|
