Swappped out MetadataViewer Gramplet in MediaView bottombar for Exif from Nick Hall.
svn: r16915
This commit is contained in:
@ -78,16 +78,18 @@ register(GRAMPLET,
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Metadata Viewer Gramplet",
|
||||
name=_("Metadata Viewer Gramplet"),
|
||||
description = _("Gramplet showing metadata of a media object"),
|
||||
version="1.0.1",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="MetadataViewer.py",
|
||||
height=200,
|
||||
gramplet = 'MetadataViewer',
|
||||
gramplet_title=_("Metadata"),
|
||||
id = "Exif Viewer Gramplet",
|
||||
name = _("Exif Viewer Gramplet"),
|
||||
description = _("Gramplet showing exif tags for a media object"),
|
||||
version = "1.0.0",
|
||||
gramps_target_version = "3.4.0",
|
||||
status = STABLE,
|
||||
fname = "Exif.py",
|
||||
height = 200,
|
||||
gramplet = 'Exif',
|
||||
gramplet_title = _("Exif"),
|
||||
Authors = ["Rob G. Healey"],
|
||||
authors_email = ["robhealey1@gmail.com"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
|
Reference in New Issue
Block a user