Charts to Ancestry view category renaming

svn: r13754
This commit is contained in:
Doug Blank 2009-12-11 01:48:22 +00:00
parent f21ae833ca
commit 011b875540
4 changed files with 5 additions and 5 deletions

View File

@ -532,7 +532,7 @@ register('interface.clipboard-width', 300)
register('interface.dont-ask', False) register('interface.dont-ask', False)
register('interface.view-categories', register('interface.view-categories',
["Gramplets", "People", "Relationships", "Families", ["Gramplets", "People", "Relationships", "Families",
"Charts", "Events", "Places", "Geography", "Sources", "Ancestry", "Events", "Places", "Geography", "Sources",
"Repositories", "Media", "Notes"]) "Repositories", "Media", "Notes"])
register('interface.event-height', 450) register('interface.event-height', 450)
register('interface.event-ref-height', 450) register('interface.event-ref-height', 450)

View File

@ -1,7 +1,7 @@
register(VIEW, register(VIEW,
id = 'fanchartview', id = 'fanchartview',
name = _("Fan Chart View"), name = _("Fan Chart View"),
category = ("Charts", _("Charts")), category = ("Ancestry", _("Ancestry")),
description = _("The view showing relations through a fanchart"), description = _("The view showing relations through a fanchart"),
version = '1.0', version = '1.0',
status = UNSTABLE, status = UNSTABLE,

View File

@ -36,7 +36,7 @@ status = STABLE,
fname = 'pedigreeviewext.py', fname = 'pedigreeviewext.py',
authors = [u"The Gramps project"], authors = [u"The Gramps project"],
authors_email = ["http://gramps-project.org"], authors_email = ["http://gramps-project.org"],
category = ("Charts", _("Charts")), category = ("Ancestry", _("Ancestry")),
viewclass = 'PedigreeViewExt', viewclass = 'PedigreeViewExt',
order = START, order = START,
) )

View File

@ -120,7 +120,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 = ("Charts", _("Charts")), category = ("Ancestry", _("Ancestry")),
viewclass = 'PedigreeView', viewclass = 'PedigreeView',
order = START, order = START,
) )