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:
@@ -454,9 +454,7 @@ class BareReportDialog(ManagedWindow.ManagedWindow):
|
||||
|
||||
def on_help_clicked(self, *obj):
|
||||
import GrampsDisplay
|
||||
GrampsDisplay.help(None,
|
||||
URL_REPORT_PAGE,
|
||||
self.report_name.replace(" ", "_") )
|
||||
GrampsDisplay.help(URL_REPORT_PAGE, self.report_name.replace(" ", "_"))
|
||||
|
||||
def on_ok_clicked(self, obj):
|
||||
"""The user is satisfied with the dialog choices. Parse all options
|
||||
|
Reference in New Issue
Block a user