diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-24 14:44:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-24 14:44:40 +0000 |
commit | 4441cebd24986683d7997edb3a9a65021fcf6428 (patch) | |
tree | 85256912e306c990653fc14ddb60bd53584e3007 /plugins/HistoryPlusPlus/hpp_events.pas | |
parent | f71df387132c5a91ae4c064ac7da5e8c616af5b2 (diff) |
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
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 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;
|