Bug ID 0001767
wiki link to manual svn: r10613
This commit is contained in:
@@ -29,7 +29,6 @@ Custom Filter Editor tool.
|
||||
# Python modules
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
from gettext import gettext as _
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
@@ -49,6 +48,14 @@ import ListModel
|
||||
import ManagedWindow
|
||||
import GrampsDisplay
|
||||
import Errors
|
||||
from TransUtils import sgettext as _
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Constants
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Filters'
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@@ -118,7 +125,7 @@ class EditFilter(ManagedWindow.ManagedWindow):
|
||||
|
||||
def on_help_clicked(self, obj):
|
||||
"""Display the relevant portion of GRAMPS manual"""
|
||||
GrampsDisplay.help()
|
||||
GrampsDisplay.help(webpage=WIKI_HELP_PAGE)
|
||||
|
||||
def close_window(self, obj):
|
||||
self.close()
|
||||
|
Reference in New Issue
Block a user