From 2f881856baae48c992019916ac0c3b8ac0a07deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 13 Mar 2011 08:58:14 +0000 Subject: [PATCH] upgrade manual number (3.2 -> 3.3) svn: r16817 --- src/const.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const.py.in b/src/const.py.in index 991953fb1..b2468aea2 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -56,9 +56,9 @@ URL_HOMEPAGE = "http://gramps-project.org/" URL_MAILINGLIST = "http://sourceforge.net/mail/?group_id=25770" URL_BUGTRACKER = "http://bugs.gramps-project.org/bug_report_advanced_page.php" URL_WIKISTRING = "http://gramps-project.org/wiki/index.php?title=" -URL_MANUAL_PAGE = "Gramps_3.2_Wiki_Manual" +URL_MANUAL_PAGE = "Gramps_3.3_Wiki_Manual" WIKI_FAQ = "FAQ" -WIKI_KEYBINDINGS = "Gramps_3.2_Wiki_Manual_-_Keybindings" +WIKI_KEYBINDINGS = "Gramps_3.3_Wiki_Manual_-_Keybindings" WIKI_EXTRAPLUGINS= "3.3_Addons" WIKI_EXTRAPLUGINS_RAWDATA = "Plugins3.3&action=raw"