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:
@@ -106,7 +106,7 @@ class EditEventRef(EditReference):
|
||||
self.define_ok_button(self.top.get_widget('ok'),self.ok_clicked)
|
||||
self.define_cancel_button(self.top.get_widget('cancel'))
|
||||
# FIXME: activate when help page is available
|
||||
#self.define_help_button(self.top.get_widget('help'), 'tag')
|
||||
#self.define_help_button(self.top.get_widget('help'))
|
||||
|
||||
def _setup_fields(self):
|
||||
|
||||
|
Reference in New Issue
Block a user