From 4a13dd9e55be7aeafac7cb2a7fd0f361580f9671 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Wed, 7 Jan 2009 16:37:32 +0000 Subject: [PATCH] Fix of 2570. svn: r11580 --- src/ScratchPad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""