Use Charts instead of Graphs for Ancestry category
svn: r20415
This commit is contained in:
parent
7dc043f4a1
commit
461f51660d
@ -130,7 +130,7 @@ status = STABLE,
|
|||||||
fname = 'pedigreeview.py',
|
fname = 'pedigreeview.py',
|
||||||
authors = [u"The Gramps project"],
|
authors = [u"The Gramps project"],
|
||||||
authors_email = ["http://gramps-project.org"],
|
authors_email = ["http://gramps-project.org"],
|
||||||
category = ("Ancestry", _("Graphs")),
|
category = ("Ancestry", _("Charts")),
|
||||||
viewclass = 'PedigreeView',
|
viewclass = 'PedigreeView',
|
||||||
order = START,
|
order = START,
|
||||||
stock_icon = 'gramps-pedigree',
|
stock_icon = 'gramps-pedigree',
|
||||||
@ -139,7 +139,7 @@ stock_icon = 'gramps-pedigree',
|
|||||||
register(VIEW,
|
register(VIEW,
|
||||||
id = 'fanchartview',
|
id = 'fanchartview',
|
||||||
name = _("Fan Chart"),
|
name = _("Fan Chart"),
|
||||||
category = ("Ancestry", _("Graphs")),
|
category = ("Ancestry", _("Charts")),
|
||||||
description = _("A view showing parents through a fanchart"),
|
description = _("A view showing parents through a fanchart"),
|
||||||
version = '1.0',
|
version = '1.0',
|
||||||
gramps_target_version = '4.0',
|
gramps_target_version = '4.0',
|
||||||
@ -154,7 +154,7 @@ stock_icon = 'gramps-fanchart',
|
|||||||
register(VIEW,
|
register(VIEW,
|
||||||
id = 'fanchartdescview',
|
id = 'fanchartdescview',
|
||||||
name = _("Descendant Fan"),
|
name = _("Descendant Fan"),
|
||||||
category = ("Ancestry", _("Graphs")),
|
category = ("Ancestry", _("Charts")),
|
||||||
description = _("Showing descendants through a fanchart"),
|
description = _("Showing descendants through a fanchart"),
|
||||||
version = '1.0',
|
version = '1.0',
|
||||||
gramps_target_version = '4.0',
|
gramps_target_version = '4.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user