Fixed a few *.gpr.py files up to 3.5.

svn: r19320
This commit is contained in:
Rob G. Healey 2012-04-13 20:49:44 +00:00
parent 3eb232c1a9
commit 0271ce7ca1
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ register(VIEW,
category = ("Ancestry", _("Ancestry")),
description = _("The view showing relations through a fanchart"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'fanchartview.py',
authors = [u"Douglas S. Blank"],

View File

@ -50,7 +50,7 @@ if not (TOOLKIT == NOWEB):
name = _("Html View"),
description = _("A view showing html pages embedded in Gramps"),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'htmlrenderer.py',
authors = [u"The Gramps project"],

View File

@ -26,7 +26,7 @@ register(VIEW,
name = _("Place Tree View"),
description = _("A view displaying places in a tree format."),
version = '1.0',
gramps_target_version = '3.4',
gramps_target_version = '3.5',
status = STABLE,
fname = 'placetreeview.py',
authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"],