* src/ViewManager.py (ViewManager.about): Use const.py.

* src/const.py.in (url_manual): Add the link constant.
	* src/GrampsDisplay.py (help): Update the link.


svn: r7478
This commit is contained in:
Alex Roitman
2006-10-29 03:01:56 +00:00
parent 9851718362
commit 303d58647c
4 changed files with 13 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ from gettext import gettext as _
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_manual = "http://gramps-project.org/manual/2.2/"
#-------------------------------------------------------------------------
#