svn: r5512
This commit is contained in:
Don Allingham 2005-12-09 03:01:40 +00:00
parent 876885b3b1
commit b3ffa736ec

View File

@ -26,7 +26,7 @@ def help(target):
try: try:
gnome.help_display('gramps-manual',target) gnome.help_display('gramps-manual',target)
except gobject.GError, msg: except gobject.GError, msg:
gnome.url_show('http://gramps-project.org/gramps-manual/gramps-manual-en/index.html') url('http://gramps-project.org/gramps-manual/gramps-manual-en/index.html')
def url(target): def url(target):
try: try: