* src/DataViews/_MediaView.py: tool tips
* src/DataViews/_RepositoryView.py: tool tips * src/DataViews/_SourceView.py: tool tips * src/DataViews/_EventView.py: tool tips * src/DataViews/_PedigreeView.py: tool tips * src/DataViews/_PlaceView.py: tool tips * src/DataViews/_PersonView.py: tool tips * src/ViewManager.py: tool tips * src/QuestionDialog.py: add info dialog * src/PageView.py: tool tips svn: r6574
This commit is contained in:
@ -525,7 +525,7 @@ class PedigreeView(PageView.PersonNavView):
|
||||
|
||||
PageView.PersonNavView.define_actions(self)
|
||||
self.add_action('HomePerson',gtk.STOCK_HOME,_("_Home"),
|
||||
callback=self.home)
|
||||
tip=_("Go to the default person"), callback=self.home)
|
||||
|
||||
def build_tree(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user