LazConfig, fix path pre-fixing

git-svn-id: trunk@32782 -
This commit is contained in:
martin 2011-10-09 15:42:50 +00:00
parent 011643ec2a
commit 8518eb661d

View File

@ -672,7 +672,8 @@ var
PropCount,i : integer;
PropList : PPropList;
begin
Path := ExtendPath(Path);
// Do Not extebd the path, individual SetValue will be called, and Extend it
//Path := ExtendPath(Path);
PropCount:=GetPropList(Obj,PropList);
if PropCount>0 then begin
try
@ -690,7 +691,8 @@ var
PropCount,i : integer;
PropList : PPropList;
begin
Path := ExtendPath(Path);
// Do Not extebd the path, individual SetValue will be called, and Extend it
//Path := ExtendPath(Path);
PropCount:=GetPropList(Obj,PropList);
if PropCount>0 then begin
try