From 5b6c641650f404359edb333b3ff43807d8da6aef Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Fri, 5 Feb 2010 20:02:18 +0000 Subject: [PATCH] consistent naming and order of views svn: r14233 --- src/plugins/view/placetreeview.gpr.py | 2 +- src/plugins/view/view.gpr.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/view/placetreeview.gpr.py b/src/plugins/view/placetreeview.gpr.py index 32d6f3fbe..5881654e6 100644 --- a/src/plugins/view/placetreeview.gpr.py +++ b/src/plugins/view/placetreeview.gpr.py @@ -3,7 +3,7 @@ register(VIEW, name = _("Place Tree View"), description = _("A view displaying places in a tree format."), version = '1.0', - status = UNSTABLE, + status = STABLE, fname = 'placetreeview.py', authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"], authors_email = [""], diff --git a/src/plugins/view/view.gpr.py b/src/plugins/view/view.gpr.py index d8d89f9cb..35910b41b 100644 --- a/src/plugins/view/view.gpr.py +++ b/src/plugins/view/view.gpr.py @@ -127,7 +127,7 @@ order = START, register(VIEW, id = 'personview', -name = _("Person View"), +name = _("Person Tree View"), description = _("The view showing all people in the family tree"), version = '1.0', status = STABLE, @@ -141,7 +141,7 @@ order = START, register(VIEW, id = 'personlistview', -name = _("Person List View"), +name = _("Person View"), description = _("The view showing all people in the family tree" " in a flat list"), version = '1.0', @@ -151,7 +151,7 @@ authors = [u"The Gramps project"], authors_email = ["http://gramps-project.org"], category = ("People", _("People")), viewclass = 'PersonListView', -order = END, +order = START, ) register(VIEW, id = 'placelistview',