From 3035fcd61043a19a65096ef12c37905f898e28ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 26 Feb 2009 10:11:55 +0000 Subject: [PATCH] 2748: Some URLs still point user to wiki manual version 3.0 svn: r12134 --- src/Editors/_EditEvent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editors/_EditEvent.py b/src/Editors/_EditEvent.py index 82748bffc..88ac46700 100644 --- a/src/Editors/_EditEvent.py +++ b/src/Editors/_EditEvent.py @@ -58,7 +58,7 @@ from widgets import (MonitoredEntry, PrivacyButton, # Constants # #------------------------------------------------------------------------- -WIKI_HELP_PAGE = 'Gramps_3.0_Wiki_Manual_-_Entering_and_Editing_Data:_Detailed' +WIKI_HELP_PAGE = '%s_-_Entering_and_Editing_Data:_Detailed_-_part_2' % const.URL_MANUAL_PAGE WIKI_HELP_SEC = _('manual|Editing_Information_About_Events') #------------------------------------------------------------------------- #