* various: merge changes made in gramps20 up until R2_0_9 tag.

svn: r5544
This commit is contained in:
Alex Roitman
2005-12-13 02:07:16 +00:00
parent b00ab966eb
commit b08882b5b2
43 changed files with 6282 additions and 3002 deletions

View File

@ -39,7 +39,7 @@ from gettext import gettext as _
import gobject
import gtk
import gtk.glade
from gnome import help_display
import GrampsDisplay
#-------------------------------------------------------------------------
#
@ -259,7 +259,7 @@ class PatchNames(Tool.Tool):
def on_help_clicked(self,obj):
"""Display the relevant portion of GRAMPS manual"""
help_display('gramps-manual','tools-db')
GrampsDisplay.help('tools-db')
def on_delete_event(self,obj,b):
self.remove_itself_from_menu()