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:
parent
e739115266
commit
495b769141
@ -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>
|
2006-07-30 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/plugins/Merge.py: Rename, because Merge module shadows this
|
* src/plugins/Merge.py: Rename, because Merge module shadows this
|
||||||
plugin module.
|
plugin module.
|
||||||
|
@ -99,7 +99,8 @@ class PlaceView(PageView.ListView):
|
|||||||
self.add_action('FastMerge', None, _('_Merge'),
|
self.add_action('FastMerge', None, _('_Merge'),
|
||||||
callback=self.fast_merge)
|
callback=self.fast_merge)
|
||||||
self.add_action('GoogleMaps', gtk.STOCK_JUMP_TO, _('_Google Maps'),
|
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):
|
def google(self, obj):
|
||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
|
Loading…
Reference in New Issue
Block a user