Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.
svn: r10474
This commit is contained in:
@@ -263,7 +263,7 @@ class DateEditorDialog(ManagedWindow.ManagedWindow):
|
||||
while True:
|
||||
response = self.window.run()
|
||||
if response == gtk.RESPONSE_HELP:
|
||||
GrampsDisplay.help('adv-dates', webpage=WIKI_HELP_PAGE,
|
||||
GrampsDisplay.help(webpage=WIKI_HELP_PAGE,
|
||||
section=WIKI_HELP_SEC)
|
||||
elif response == gtk.RESPONSE_DELETE_EVENT:
|
||||
break
|
||||
|
Reference in New Issue
Block a user