Charts to Ancestry view category renaming
svn: r13754
This commit is contained in:
parent
f21ae833ca
commit
011b875540
@ -532,7 +532,7 @@ register('interface.clipboard-width', 300)
|
||||
register('interface.dont-ask', False)
|
||||
register('interface.view-categories',
|
||||
["Gramplets", "People", "Relationships", "Families",
|
||||
"Charts", "Events", "Places", "Geography", "Sources",
|
||||
"Ancestry", "Events", "Places", "Geography", "Sources",
|
||||
"Repositories", "Media", "Notes"])
|
||||
register('interface.event-height', 450)
|
||||
register('interface.event-ref-height', 450)
|
||||
|
@ -1,7 +1,7 @@
|
||||
register(VIEW,
|
||||
id = 'fanchartview',
|
||||
name = _("Fan Chart View"),
|
||||
category = ("Charts", _("Charts")),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
description = _("The view showing relations through a fanchart"),
|
||||
version = '1.0',
|
||||
status = UNSTABLE,
|
||||
|
@ -36,7 +36,7 @@ status = STABLE,
|
||||
fname = 'pedigreeviewext.py',
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = ("Charts", _("Charts")),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
viewclass = 'PedigreeViewExt',
|
||||
order = START,
|
||||
)
|
||||
)
|
||||
|
@ -120,7 +120,7 @@ status = STABLE,
|
||||
fname = 'pedigreeview.py',
|
||||
authors = [u"The Gramps project"],
|
||||
authors_email = ["http://gramps-project.org"],
|
||||
category = ("Charts", _("Charts")),
|
||||
category = ("Ancestry", _("Ancestry")),
|
||||
viewclass = 'PedigreeView',
|
||||
order = START,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user