2748: Some URLs still point user to wiki manual version 3.0
svn: r12132
This commit is contained in:
parent
3034833958
commit
279882c853
@ -55,7 +55,7 @@ from TransUtils import sgettext as _
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Filters'
|
WIKI_HELP_PAGE = WIKI_HELP_PAGE = '%s_-_Filters' % const.URL_MANUAL_PAGE
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -10,6 +10,7 @@ import gtk
|
|||||||
# gramps modules
|
# gramps modules
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
import const
|
||||||
from TransUtils import sgettext as _
|
from TransUtils import sgettext as _
|
||||||
from _ErrorReportAssistant import ErrorReportAssistant
|
from _ErrorReportAssistant import ErrorReportAssistant
|
||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
@ -19,7 +20,7 @@ import GrampsDisplay
|
|||||||
# Constants
|
# Constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_FAQ'
|
WIKI_HELP_PAGE = '%s_-_FAQ' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|General')
|
WIKI_HELP_SEC = _('manual|General')
|
||||||
|
|
||||||
class ErrorView(object):
|
class ErrorView(object):
|
||||||
|
@ -20,13 +20,6 @@
|
|||||||
|
|
||||||
# $Id:_MergePerson.py 9912 2008-01-22 09:17:46Z acraphae $
|
# $Id:_MergePerson.py 9912 2008-01-22 09:17:46Z acraphae $
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# Standard python modules
|
|
||||||
#
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# GTK/Gnome modules
|
# GTK/Gnome modules
|
||||||
@ -36,14 +29,6 @@ import gtk
|
|||||||
from gtk import glade
|
from gtk import glade
|
||||||
import pango
|
import pango
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# GRAMPS constants
|
|
||||||
#
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Entering_and_Editing_Data:_Detailed'
|
|
||||||
WIKI_HELP_SEC = _('manual|Merge_People')
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# GRAMPS modules
|
# GRAMPS modules
|
||||||
@ -60,6 +45,14 @@ import GrampsDisplay
|
|||||||
import ManagedWindow
|
import ManagedWindow
|
||||||
import gen.utils
|
import gen.utils
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# GRAMPS constants
|
||||||
|
#
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
WIKI_HELP_PAGE = '%s_-_Entering_and_Editing_Data:_Detailed_-_part_3' % const.URL_MANUAL_PAGE
|
||||||
|
WIKI_HELP_SEC = _('manual|Merge_People')
|
||||||
|
|
||||||
sex = ( _("female"), _("male"), _("unknown"))
|
sex = ( _("female"), _("male"), _("unknown"))
|
||||||
|
|
||||||
class PersonCompare(ManagedWindow.ManagedWindow):
|
class PersonCompare(ManagedWindow.ManagedWindow):
|
||||||
|
@ -48,7 +48,7 @@ import ManagedWindow
|
|||||||
# GRAMPS constants
|
# GRAMPS constants
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Entering_and_Editing_Data:_Detailed'
|
WIKI_HELP_PAGE = '%s_-_Entering_and_Editing_Data:_Detailed_-_part_3' % const.URL_MANUAL_PAGE
|
||||||
WIKI_HELP_SEC = _('manual|Merge_Places')
|
WIKI_HELP_SEC = _('manual|Merge_Places')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
@ -33,13 +33,6 @@
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from gtk import glade
|
from gtk import glade
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# GRAMPS constants
|
|
||||||
#
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Entering_and_Editing_Data:_Detailed'
|
|
||||||
WIKI_HELP_SEC = _('manual|Merge_Sources')
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# GRAMPS modules
|
# GRAMPS modules
|
||||||
@ -50,6 +43,14 @@ import const
|
|||||||
import GrampsDisplay
|
import GrampsDisplay
|
||||||
import ManagedWindow
|
import ManagedWindow
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
# GRAMPS constants
|
||||||
|
#
|
||||||
|
#-------------------------------------------------------------------------
|
||||||
|
WIKI_HELP_PAGE = '%s_-_Entering_and_Editing_Data:_Detailed_-_part_3' % const.URL_MANUAL_PAGE
|
||||||
|
WIKI_HELP_SEC = _('manual|Merge_Sources')
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Merge Sources
|
# Merge Sources
|
||||||
|
Loading…
Reference in New Issue
Block a user