svn: r17067
This commit is contained in:
Craig J. Anderson
2011-04-06 20:07:28 +00:00
parent 168b49d217
commit 4f076b9de7
3 changed files with 10 additions and 13 deletions

View File

@@ -717,7 +717,7 @@ class AncestorTree(Report):
self.canvas.add_title(title)
#make the report as big as it wants to be.
compress = self.connect.get_val('compress')
compress = self.connect.get_val('compress_tree')
report = MakeReport(database, self.doc, self.canvas, font_normal,
inlc_marr, compress)
report.start()
@@ -880,7 +880,7 @@ class AncestorTreeOptions(MenuReportOptions):
compress = BooleanOption(_('Co_mpress tree'), True)
compress.set_help(_("Whether to remove any extra blank spaces set "
"aside for people that are unknown"))
menu.add_option(category_name, "compress", compress)
menu.add_option(category_name, "compress_tree", compress)
#better to 'Show siblings of\nthe center person
#Spouse_disp = EnumeratedListOption(_("Show spouses of\nthe center "