codetools: fpc msg comments: remove latex brackets

git-svn-id: trunk@35151 -
This commit is contained in:
mattias 2012-02-05 11:37:05 +00:00
parent 502918e303
commit e4064435c2

View File

@ -371,6 +371,8 @@ begin
// special character
System.Delete(Result,StartPos,1);
end;
end else if Result[i] in ['{','}'] then begin
System.Delete(Result,i,1);
end else begin
inc(i);
end;