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

@@ -43,6 +43,7 @@ from gtk import glade
# GRAMPS modules
#
#------------------------------------------------------------------------
import const
from BasicUtils import name_displayer
from PluginUtils import Tool
from gen.plug import PluginManager
@@ -54,7 +55,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|Interactive_Descendant_Browser...')