From 4441cebd24986683d7997edb3a9a65021fcf6428 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 24 Aug 2016 14:44:40 +0000 Subject: hmm... this shall be System.String, otherwise it dies git-svn-id: http://svn.miranda-ng.org/main/trunk@17205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/hpp_events.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryPlusPlus/hpp_events.pas') diff --git a/plugins/HistoryPlusPlus/hpp_events.pas b/plugins/HistoryPlusPlus/hpp_events.pas index b301c2f0a7..848008a37e 100644 --- a/plugins/HistoryPlusPlus/hpp_events.pas +++ b/plugins/HistoryPlusPlus/hpp_events.pas @@ -382,7 +382,7 @@ begin end; end; -function TextHasUrls(var Text: WideString): Boolean; +function TextHasUrls(var Text: String): Boolean; var i,len,lenW: Integer; pText,pPos: PChar; -- cgit v1.2.3