_GraphvizReportDialog.py: Fix Graphviz generated PDF.

svn: r9603
This commit is contained in:
Brian Matherly
2007-12-27 22:05:45 +00:00
parent 8456e16cbc
commit 2faff1abfb
2 changed files with 16 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
2007-12-27 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_GraphvisReportDialog.py: Fix to conform to 80 columns.
* src/ReportBase/_GraphvizReportDialog.py: Fix Graphviz generated PDF.
2007-12-27 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_GraphvizReportDialog.py: Fix to conform to 80 columns.
Add Graphviz generated PDF as an option (requires Graphviz 2.16 to work)
2007-12-27 Brian Matherly <brian@gramps-project.org>