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

@@ -41,6 +41,7 @@ from gtk import glade
# GRAMPS modules
#
#------------------------------------------------------------------------
import const
import soundex
import GrampsDisplay
import ManagedWindow
@@ -54,7 +55,7 @@ from gen.plug import PluginManager
# Constants
#
#-------------------------------------------------------------------------
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Tools'
WIKI_HELP_PAGE = '%s_-_Tools' % const.URL_MANUAL_PAGE
WIKI_HELP_SEC = _('manual|Generate_SoundEx_codes')
#-------------------------------------------------------------------------
#