From 434aabe12f7197126a43a3d2155aa21d0c0291fc Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 31 Jul 2006 00:23:22 +0000 Subject: [PATCH] 2006-07-30 Don Allingham * src/DataViews/_PlaceView.py: add tooltip for map button svn: r7097 --- gramps2/ChangeLog | 3 +++ gramps2/src/DataViews/_PlaceView.py | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 14a76438a..a2c415f5f 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-07-30 Don Allingham + * src/DataViews/_PlaceView.py: add tooltip for map button + 2006-07-30 Alex Roitman * src/plugins/Merge.py: Rename, because Merge module shadows this plugin module. diff --git a/gramps2/src/DataViews/_PlaceView.py b/gramps2/src/DataViews/_PlaceView.py index f35625427..4eb1248e5 100644 --- a/gramps2/src/DataViews/_PlaceView.py +++ b/gramps2/src/DataViews/_PlaceView.py @@ -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