IDE: do not expand package links, bug #14700

git-svn-id: trunk@21955 -
This commit is contained in:
mattias 2009-10-01 19:31:43 +00:00
parent bd667b6959
commit 680a928fcb

View File

@ -255,7 +255,7 @@ end;
procedure TPackageLink.SetFilename(const AValue: string);
begin
if FFilename=AValue then exit;
FFilename:=CleanAndExpandFilename(AValue);
FFilename:=TrimFilename(AValue);
end;
constructor TPackageLink.Create;