(MediaView.define_actions): add tooltip for view menu

svn: r7990
This commit is contained in:
Don Allingham
2007-01-26 14:00:29 +00:00
parent 0cbafc964d
commit cf741608c6
2 changed files with 3 additions and 2 deletions

View File

@@ -194,8 +194,8 @@ class MediaView(PageView.ListView):
_('_Column Editor'), callback=self.column_editor)
self.add_action('FilterEdit', None, _('Media Filter Editor'),
callback=self.filter_editor)
self.add_action('OpenMedia', 'gramps-viewmedia', _('View'),
callback=self.view_media)
self.add_action('OpenMedia', 'gramps-viewmedia', _('View'),
tip=_("View in the default viewer"), callback=self.view_media)
def view_media(self, obj):
mlist = []