mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 10:30:29 +02:00
* Patch to fix reset
git-svn-id: trunk@6982 -
This commit is contained in:
parent
3399c88af7
commit
0ec0f734bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user