diff --git a/src/ScratchPad.py b/src/ScratchPad.py index b6819c28f..c11f34140 100644 --- a/src/ScratchPad.py +++ b/src/ScratchPad.py @@ -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"""