2006-07-30 Don Allingham <don@gramps-project.org>

* src/DataViews/_PlaceView.py: add tooltip for map button



svn: r7097
This commit is contained in:
Don Allingham 2006-07-31 00:23:22 +00:00
parent e739115266
commit 495b769141
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-07-30 Don Allingham <don@gramps-project.org>
* src/DataViews/_PlaceView.py: add tooltip for map button
2006-07-30 Alex Roitman <shura@gramps-project.org>
* src/plugins/Merge.py: Rename, because Merge module shadows this
plugin module.

View File

@ -99,7 +99,8 @@ class PlaceView(PageView.ListView):
self.add_action('FastMerge', None, _('_Merge'),
callback=self.fast_merge)
self.add_action('GoogleMaps', gtk.STOCK_JUMP_TO, _('_Google Maps'),
callback=self.google)
callback=self.google,
tip=_("Attempt to map location on Google Maps"))
def google(self, obj):
import GrampsDisplay