Rename placeview and placemodel classes for consistency
svn: r14216
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user