* Fixed equivalent of bug #8529

git-svn-id: trunk@6983 -
This commit is contained in:
michael 2007-03-24 21:44:00 +00:00
parent 0ec0f734bd
commit 8b9b6130d9

View File

@ -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