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

svn: r17266
This commit is contained in:
Rob G. Healey
2011-04-26 02:26:54 +00:00
parent 6e8ff74658
commit ed1d0a8a1f
4 changed files with 23 additions and 47 deletions

View File

@@ -217,7 +217,7 @@ def _help_page(obj):
will bring up a Wiki help page.
"""
GrampsDisplay.help(webpage = 'Image Metadata Gramplet')
GrampsDisplay.help(webpage = "Edit Image Exif Metadata")
_allmonths = list([_dd.short_months[i], _dd.long_months[i], i] for i in range(1, 13))