IDE: identifier completion: do not double add . after unit

git-svn-id: trunk@36151 -
This commit is contained in:
mattias 2012-03-18 19:05:36 +00:00
parent ec664e867d
commit 987fe43547

View File

@ -707,7 +707,7 @@ begin
Result:=Result+',';
end;
if IdentItem.GetDesc=ctnUseUnit then begin
if (IdentItem.GetDesc=ctnUseUnit) and (AddChar<>'.') then begin
Result:=Result+'.';
end;