2008-02-13 Douglas S. Blank <dblank@cs.brynmawr.edu>

* src/DataViews/GrampletView.py: right-click on name link edits
	* src/plugins/DefaultGramplets.py: change tooltip of relation gramplet
	to indicate the right-click edit option



svn: r10029
This commit is contained in:
Doug Blank
2008-02-14 02:40:45 +00:00
parent e1497c5f3e
commit 1b9949bdc6
3 changed files with 17 additions and 1 deletions

View File

@ -352,7 +352,8 @@ class RelativesGramplet(Gramplet):
"""
def init(self):
self.set_text(_("No Family Tree loaded."))
self.tooltip = _("Click name to make person active")
self.tooltip = _("Click name to make person active\n" +
"Right-click name to edit person")
def db_changed(self):
"""