2748: Some URLs still point user to wiki manual version 3.0

svn: r12133
This commit is contained in:
Jérôme Rapinat
2009-02-26 10:08:38 +00:00
parent 279882c853
commit cc27f9d9e8
10 changed files with 18 additions and 11 deletions

View File

@ -45,6 +45,7 @@ import gobject
# gramps modules
#
#-------------------------------------------------------------------------
import const
import Utils
from PluginUtils import Tool
from gen.plug import PluginManager
@ -59,7 +60,7 @@ from TransUtils import sgettext as _
# Constants
#
#-------------------------------------------------------------------------
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
WIKI_HELP_SEC = _('manual|Extract_Information_from_Names')
#-------------------------------------------------------------------------