Fixed problem with CSS not being used in printing.

* The problem is that in last version of CutyCapt the parameter name has changed
  from "user-styles" to "user-style-path".

FEA: ItEr68S08PrintingSupport
This commit is contained in:
Manuel Rego Casasnovas 2011-01-19 12:55:20 +01:00
parent 77307a0351
commit e56ceadadf

View file

@ -200,7 +200,7 @@ public class CutyPrint {
minWidthForTaskNameColumn);
// Relative user styles
captureString += " --user-styles=" + generatedCSSFile;
captureString += " --user-style-path=" + generatedCSSFile;
// Destination complete absolute path
captureString += " --out=" + absolutePath + filename;