Rename placeview and placemodel classes for consistency

svn: r14216
This commit is contained in:
Nick Hall
2010-02-04 21:05:15 +00:00
parent 31d920ef29
commit a818db8817
10 changed files with 298 additions and 399 deletions

View File

@@ -154,16 +154,16 @@ viewclass = 'PersonListView',
order = END,
)
register(VIEW,
id = 'placeview',
id = 'placelistview',
name = _("Place View"),
description = _("The view showing all the places of the family tree"),
version = '1.0',
status = STABLE,
fname = 'placeview.py',
fname = 'placelistview.py',
authors = [u"The Gramps project"],
authors_email = ["http://gramps-project.org"],
category = ("Places", _("Places")),
viewclass = 'PlaceView',
viewclass = 'PlaceListView',
order = START,
)