Added version numbers for 3rd party gramplets

svn: r12161
This commit is contained in:
Doug Blank 2009-02-28 18:35:17 +00:00
parent c4d27e603d
commit 06d28806f3
3 changed files with 6 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

@ -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",
) )

View File

@ -153,5 +153,7 @@ register(type="gramplet",
height=250, height=250,
content = PythonGramplet, content = PythonGramplet,
title=_("Python Shell"), title=_("Python Shell"),
gramps="3.1.0",
version="1.0.0",
) )