mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 15:29:26 +01:00
parent
0ec0f734bd
commit
8b9b6130d9
@ -270,7 +270,7 @@ procedure TXMLConfig.Loaded;
|
||||
begin
|
||||
inherited Loaded;
|
||||
if Length(Filename) > 0 then
|
||||
SetFilename(Filename); // Load the XML config file
|
||||
DoSetFilename(Filename,True); // Load the XML config file
|
||||
end;
|
||||
|
||||
// TODO: copied from dom.pp, make public there and delete here
|
||||
|
||||
Loading…
Reference in New Issue
Block a user