Skip to content

Commit 08e40ba

Browse files
authored
Update help url
1 parent a0468b6 commit 08e40ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CheckPlaceTitles/checkplacetitles.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from gramps.gen.db import DbTxn
3737
from gramps.gen.const import URL_MANUAL_PAGE
3838
from gramps.gui.managedwindow import ManagedWindow
39-
from gramps.gui.display import display_help
39+
from gramps.gui.display import display_url
4040
from gramps.gen.display.place import displayer as place_displayer
4141
from gramps.gen.lib import (Note, NoteType, StyledText, StyledTextTag,
4242
StyledTextTagType, Tag)
@@ -52,8 +52,8 @@
5252
_trans = glocale.translation
5353
_ = _trans.gettext
5454

55-
WIKI_HELP_PAGE = '%s_-_Tools' % URL_MANUAL_PAGE
56-
WIKI_HELP_SEC = _('manual|Check_place_titles')
55+
WIKI_PAGE = ('https://gramps-project.org/wiki/index.php/'
56+
'Addon:CheckPlaceTitles')
5757

5858

5959
#-------------------------------------------------------------------------
@@ -171,7 +171,7 @@ def build_menu_names(self, obj):
171171

172172
def on_help_clicked(self, obj):
173173
"""Display the relevant portion of GRAMPS manual"""
174-
display_help(WIKI_HELP_PAGE , WIKI_HELP_SEC)
174+
display_url(WIKI_PAGE)
175175

176176
def on_ok_clicked(self, obj):
177177

0 commit comments

Comments
 (0)