Selaa lähdekoodia

* Patch to fix reset

git-svn-id: trunk@6982 -
michael 18 vuotta sitten
vanhempi
commit
0ec0f734bd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;