bug ID 0001767
link to wiki manual svn: r10584
This commit is contained in:
parent
5f04d3a002
commit
8956ee85f7
@ -31,7 +31,6 @@
|
|||||||
#
|
#
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
import os
|
import os
|
||||||
from gettext import gettext as _
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -53,6 +52,15 @@ from gen.lib import MediaObject
|
|||||||
from BasicUtils import UpdateCallback
|
from BasicUtils import UpdateCallback
|
||||||
from PluginUtils import Tool, register_tool
|
from PluginUtils import Tool, register_tool
|
||||||
from Utils import media_path_full, relative_path, media_path
|
from Utils import media_path_full, relative_path, media_path
|
||||||
|
from TransUtils import sgettext as _
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# Constants
|
||||||
|
#
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
|
||||||
|
WIKI_HELP_SEC = _('manual|Media_Manager...')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -152,7 +160,7 @@ class MediaMan(Tool.Tool):
|
|||||||
|
|
||||||
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, section=WIKI_HELP_SEC)
|
||||||
|
|
||||||
def build_batch_ops(self):
|
def build_batch_ops(self):
|
||||||
self.batch_ops = []
|
self.batch_ops = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user