Updated dialogs
svn: r1314
This commit is contained in:
@@ -115,7 +115,9 @@ register_tool(
|
||||
runTool,
|
||||
_("Interactive descendant browser"),
|
||||
category=_("Analysis and Exploration"),
|
||||
description=_("Provides a browsable hierarchy based on the active person")
|
||||
description=_("Provides a browsable hierarchy based on the active person"),
|
||||
author_name="Donald N. Allingham",
|
||||
author_email="dallingham@users.sourceforge.net"
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -335,7 +335,7 @@ class IndivComplete:
|
||||
self.d.end_cell()
|
||||
|
||||
def write_report(self):
|
||||
ind_list = self.filter.apply(self.database.getPersonMap().values())
|
||||
ind_list = self.filter.apply(seld.database,self.database.getPersonMap().values())
|
||||
count = 0
|
||||
for self.person in ind_list:
|
||||
self.write_person(count)
|
||||
|
||||
@@ -364,7 +364,7 @@ class TimeLineDialog(Report.DrawReportDialog):
|
||||
return [all,des,ans,com]
|
||||
|
||||
def make_default_style(self):
|
||||
"""Make the default output style for the Ancestor Chart report."""
|
||||
"""Make the default output style for the Timeline report."""
|
||||
f = TextDoc.FontStyle()
|
||||
f.set_size(10)
|
||||
f.set_type_face(TextDoc.FONT_SANS_SERIF)
|
||||
|
||||
Reference in New Issue
Block a user