IDE: small optimization

git-svn-id: trunk@29588 -
This commit is contained in:
mattias 2011-02-17 10:06:00 +00:00
parent bd44a633e1
commit fa186c4933

View File

@ -132,7 +132,7 @@ begin
add:=m.MsgType in [etNote, etHint, etWarning];
if add and (srch<>'') then
add:=UTF8Pos(srch, UTF8UpperCase(m.GetUserText))>0;
add:=System.Pos(srch, UTF8UpperCase(m.GetUserText))>0;
if add then
begin