Bug#4988; Fixed _help_page(). Thank you, Nick Hall.

svn: r17773
This commit is contained in:
Rob G. Healey 2011-06-14 05:41:28 +00:00
parent 6e83ddd852
commit 5db9dc6d87

View File

@ -406,9 +406,9 @@ class EditExifMetadata(Gramplet):
return False
def _help_page(self):
def _help_page(self, object):
"""
will bring up a Wiki help page.
will bring up a Wiki help page on your web browser.
"""
GrampsDisplay.help(webpage = "Edit Image Exif Metadata")