2009-11-17 05:43:03 +05:30
|
|
|
register(VIEW,
|
|
|
|
id = 'placetreeview',
|
|
|
|
name = _("Place Tree View"),
|
|
|
|
description = _("A view displaying places in a tree format."),
|
|
|
|
version = '1.0',
|
2010-03-07 04:17:25 +05:30
|
|
|
gramps_target_version = '3.3',
|
2010-02-06 01:32:18 +05:30
|
|
|
status = STABLE,
|
2009-11-17 05:43:03 +05:30
|
|
|
fname = 'placetreeview.py',
|
|
|
|
authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"],
|
|
|
|
authors_email = [""],
|
2009-12-05 10:08:31 +05:30
|
|
|
category = ("Places", _("Places")),
|
2009-11-17 05:43:03 +05:30
|
|
|
viewclass = 'PlaceTreeView',
|
2010-04-04 23:46:03 +05:30
|
|
|
stock_icon = 'gramps-tree-group',
|
2009-11-17 05:43:03 +05:30
|
|
|
)
|