From d5bc201cb4687e41b860799ae3c03a10e4374ce4 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 2 Jan 2013 20:25:19 +0000 Subject: [PATCH] URL for Welcome Gramplet was still pointing to 3.3 manual svn: r20941 --- src/plugins/gramplet/WelcomeGramplet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/WelcomeGramplet.py b/src/plugins/gramplet/WelcomeGramplet.py index 6329051a4..6a6f25223 100644 --- a/src/plugins/gramplet/WelcomeGramplet.py +++ b/src/plugins/gramplet/WelcomeGramplet.py @@ -111,7 +111,7 @@ class WelcomeGramplet(Gramplet): welcome += linkst(_('Start with Genealogy and Gramps'), _('http://www.gramps-project.org/wiki/index.php?title=Start_with_Genealogy')) + '\n' welcome += linkst(_('Gramps online manual'), - _('http://www.gramps-project.org/wiki/index.php?title=Gramps_3.3_Wiki_Manual')) + '\n' + _('http://www.gramps-project.org/wiki/index.php?title=Gramps_3.4_Wiki_Manual')) + '\n' welcome += linkst(_('Ask questions on gramps-users mailing list'), _('http://gramps-project.org/contact/')) + '\n\n'