Explorar o código

* fix for mantis 16643, chmproject.savetofile filename doesn't propagate properly

git-svn-id: trunk@15387 -
marco %!s(int64=15) %!d(string=hai) anos
pai
achega
600214f2a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/chm/src/chmfilewriter.pas

+ 1 - 1
packages/chm/src/chmfilewriter.pas

@@ -233,7 +233,7 @@ var
 begin
   Cfg := TXMLConfig.Create(nil);
   Cfg.StartEmpty := True;
-  Cfg.Filename := FileName;
+  Cfg.Filename := AFileName;
   Cfg.Clear;
   Cfg.SetValue('Files/Count/Value', Files.Count);
   for I := 0 to Files.Count-1 do