Reports handle file extensions and check for existing file.

svn: r1462
This commit is contained in:
Don Allingham
2003-04-18 04:15:42 +00:00
parent d2b19d416c
commit 50c4ca4107
19 changed files with 288 additions and 129 deletions

View File

@ -315,6 +315,10 @@ class TimeLineDialog(Report.DrawReportDialog):
return "%s - %s - GRAMPS" % (_("Timeline"),
_("Graphical Reports"))
def get_stylesheet_savefile(self):
"""Where to save user defined styles for this report."""
return "timeline.xml"
def get_target_browser_title(self):
"""The title of the window created when the 'browse' button is
clicked in the 'Save As' frame."""