Explorar o código

* Patch to fix reset

git-svn-id: trunk@6982 -
michael %!s(int64=18) %!d(string=hai) anos
pai
achega
0ec0f734bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;