Fix of 2570.

svn: r11580
This commit is contained in:
Peter Landgren 2009-01-07 16:37:32 +00:00
parent 2456d317a6
commit 4a13dd9e55

View File

@ -1252,7 +1252,7 @@ class ScratchPadWindow(ManagedWindow.ManagedWindow):
def on_help_clicked(self, obj):
"""Display the relevant portion of GRAMPS manual"""
GrampsDisplay.help(webpage=WIKI_HELP_PAGE, section=WIKI_HELP_SEC)
GrampsDisplay.help('scratchpad', webpage=WIKI_HELP_PAGE, section=WIKI_HELP_SEC)
def on_clear_clicked(self, obj):
"""Deletes the selected object from the object list"""