Fixed a small error were if you added a Descendent Chart, you were

given three option for a title.  Only the first two should be available.


svn: r19429
This commit is contained in:
Craig J. Anderson 2012-05-03 01:31:05 +00:00
parent 157d32a963
commit 2bb2b59a90

View File

@ -1632,7 +1632,7 @@ class DescendTreeOptions(MenuReportOptions):
[0, _("Do not include a title") ],
[1, _("Descendant Chart for [selected person(s)]") ],
]
if self.name != _RPT_NAME:
if self.name.split(",")[0] != _RPT_NAME:
item_list.append(
[2, _("Family Chart for [names of chosen family]") ]
)