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.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)
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
)
|
)
|
||||||
|
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user