gramps/src/plugins/view/placetreeview.gpr.py
2010-04-04 18:16:03 +00:00

15 lines
523 B
Python

register(VIEW,
id = 'placetreeview',
name = _("Place Tree View"),
description = _("A view displaying places in a tree format."),
version = '1.0',
gramps_target_version = '3.3',
status = STABLE,
fname = 'placetreeview.py',
authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"],
authors_email = [""],
category = ("Places", _("Places")),
viewclass = 'PlaceTreeView',
stock_icon = 'gramps-tree-group',
)