From 70d95793408b4a0eb92e92d1b497362dba3a58da Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Fri, 26 Jan 2007 14:55:11 +0000 Subject: [PATCH] * src/ReportBase/ReportUtils.py: 0000875: _ReportUtils.py has incorrect conversion cm2pt svn: r7991 --- gramps2/ChangeLog | 4 ++++ gramps2/src/ReportBase/_ReportUtils.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 4368b596a..6578899d1 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2007-01-26 Douglas Blank + * src/ReportBase/ReportUtils.py: 0000875: _ReportUtils.py has incorrect + conversion cm2pt + 2007-01-26 Don Allingham * src/DataViews/_MediaView.py: fix accelerator entries (MediaView.define_actions): add tooltip for view menu diff --git a/gramps2/src/ReportBase/_ReportUtils.py b/gramps2/src/ReportBase/_ReportUtils.py index c3e16f4c6..36b467a6b 100644 --- a/gramps2/src/ReportBase/_ReportUtils.py +++ b/gramps2/src/ReportBase/_ReportUtils.py @@ -849,7 +849,7 @@ def cm2pt(cm): @returns: equivalent units in points @rtype: float """ - return cm*182.88 + return cm*28.3465 def rgb_color(color): """