Removed registry of Edit Image Exif Metadata from its own file into gramplet.gpr.py
svn: r17267
This commit is contained in:
@ -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"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user