Browse Source

* removed a forgotten writeln that could cause havoc in GUI programs.

git-svn-id: trunk@11890 -
marco 17 years ago
parent
commit
b239c87b07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/chm/src/chmfilewriter.pas

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

@@ -175,6 +175,7 @@ begin
   Cfg.SetValue('Settings/Title/Value', Title);
   Cfg.SetValue('Settings/OutputFileName/Value', OutputFileName);
   Cfg.SetValue('Settings/DefaultFont/Value', DefaultFont);
+  Cfg.Flush;
   Cfg.Free;
 end;