소스 검색

* Patch to fix reset

git-svn-id: trunk@6982 -
michael 18 년 전
부모
커밋
0ec0f734bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-xml/src/xmlcfg.pp

+ 1 - 1
packages/fcl-xml/src/xmlcfg.pp

@@ -300,7 +300,7 @@ procedure TXMLConfig.Loaded;
 begin
   inherited Loaded;
   if Length(Filename) > 0 then
-    SetFilename(Filename);              // Load the XML config file
+    SetFilename(Filename, true);              // Load the XML config file
 end;
 
 function TXMLConfig.FindNode(const APath: String;