More robust error checking

svn: r692
This commit is contained in:
Don Allingham
2002-01-09 03:17:19 +00:00
parent 0afbabe227
commit b5ce514e72
11 changed files with 68 additions and 32 deletions

View File

@@ -140,7 +140,7 @@ class DescendantReportDialog(TextReportDialog):
#------------------------------------------------------------------------
def get_title(self):
"""The window title for this dialog"""
return _("Gramps - Descendant Report")
return "%s - %s - GRAMPS" % (_("Descendant Report"),_("Text Reports"))
def get_header(self, name):
"""The header line at the top of the dialog contents"""