merge changes from gramps20
svn: r5482
This commit is contained in:
@@ -42,7 +42,6 @@ import gtk
|
||||
import BaseDoc
|
||||
import Report
|
||||
import ReportOptions
|
||||
import const
|
||||
from SubstKeywords import SubstKeywords
|
||||
from ReportUtils import pt2cm
|
||||
|
||||
@@ -317,13 +316,13 @@ class FanChartOptions(ReportOptions.ReportOptions):
|
||||
from PluginMgr import register_report
|
||||
register_report(
|
||||
name = 'fan_chart',
|
||||
category = const.CATEGORY_DRAW,
|
||||
category = Report.CATEGORY_DRAW,
|
||||
report_class = FanChart,
|
||||
options_class = FanChartOptions,
|
||||
modes = Report.MODE_GUI | Report.MODE_BKI | Report.MODE_CLI,
|
||||
translated_name = _("Fan Chart"),
|
||||
status = _("Alpha"),
|
||||
status = _("Stable"),
|
||||
author_name = "Donald N. Allingham",
|
||||
author_email = "dallingham@users.sourceforge.net",
|
||||
author_email = "don@gramps-project.org",
|
||||
description = _("Produces a five generation fan chart")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user