Removed registry of Edit Image Exif Metadata from its own file into gramplet.gpr.py

svn: r17267
This commit is contained in:
Rob G. Healey
2011-04-26 02:39:04 +00:00
parent 0b723299f5
commit 665f991b36
4 changed files with 29 additions and 53 deletions

View File

@ -305,3 +305,25 @@ register(GRAMPLET,
gramps_target_version="3.4",
)
#------------------------------------------------------------------------
# Edit Image Exif Metadata class
#------------------------------------------------------------------------
register(GRAMPLET,
id = "Edit Image Exif Metadata",
name = _("Edit Image Exif Metadata"),
description = _("Gramplet to view, edit, and save image Exif metadata"),
height = 550,
expand = False,
gramplet = 'EditExifMetadata',
gramplet_title = _("Edit Exif Metadata"),
detached_width = 510,
detached_height = 550,
version = '1.5.0',
gramps_target_version = '3.4',
status = STABLE,
fname = "EditExifMetadata.py",
help_url = "Edit Image Exif Metadata",
authors = ['Rob G. Healey'],
authors_email = ['robhealey1@gmail.com'],
navtypes = ["Media"],
)