Bug ID 0001767
wiki link to manual svn: r10613
This commit is contained in:
parent
9d5cc9b876
commit
4c479c64b2
@ -29,7 +29,6 @@ Custom Filter Editor tool.
|
|||||||
# Python modules
|
# Python modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from gettext import gettext as _
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -49,6 +48,14 @@ import ListModel
|
|||||||
import ManagedWindow
|
import ManagedWindow
|
||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
import Errors
|
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):
|
def on_help_clicked(self, obj):
|
||||||
"""Display the relevant portion of GRAMPS manual"""
|
"""Display the relevant portion of GRAMPS manual"""
|
||||||
GrampsDisplay.help()
|
GrampsDisplay.help(webpage=WIKI_HELP_PAGE)
|
||||||
|
|
||||||
def close_window(self, obj):
|
def close_window(self, obj):
|
||||||
self.close()
|
self.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user