Added version info

svn: r12256
This commit is contained in:
Doug Blank
2009-03-08 20:45:52 +00:00
parent b19fca3f8a
commit 6dbd851150
4 changed files with 8 additions and 0 deletions

View File

@ -746,5 +746,7 @@ register(type="gramplet",
title=_("Data Entry"), title=_("Data Entry"),
detached_width = 510, detached_width = 510,
detached_height = 480, detached_height = 480,
gramps="3.1.0",
version="1.0.0",
) )

View File

@ -45,5 +45,7 @@ register(type="gramplet",
height=300, height=300,
content = FAQGramplet, content = FAQGramplet,
title=_("FAQ"), title=_("FAQ"),
gramps="3.1.0",
version="1.0.0",
) )

View File

@ -278,4 +278,6 @@ register(type="gramplet",
expand=True, expand=True,
content = HeadlineNewsGramplet, content = HeadlineNewsGramplet,
title=_("Headline News"), title=_("Headline News"),
gramps="3.1.0",
version="1.0.1",
) )

View File

@ -272,5 +272,7 @@ register(type="gramplet",
title=_("Note"), title=_("Note"),
detached_width = 500, detached_width = 500,
detached_height = 400, detached_height = 400,
gramps="3.1.0",
version="1.0.0",
) )