* src/gramps_main.py: use new GRAMPS homepage

svn: r4180
This commit is contained in:
Don Allingham 2005-03-14 23:30:26 +00:00
parent a4abcaf28a
commit cc849000a7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-03-14 Don Allingham <don@gramps-project.org>
* src/gramps_main.py: use new GRAMPS homepage
2005-03-13 Alex Roitman <shura@gramps-project.org>
* src/DateEdit.py (update_after_editor): Add method.
* src/EditPerson.py: Always have birth/death events (never None);

View File

@ -86,7 +86,7 @@ from bsddb import db
# Constants
#
#-------------------------------------------------------------------------
_HOMEPAGE = "http://gramps.sourceforge.net"
_HOMEPAGE = "http://gramps-project.org"
_MAILLIST = "http://sourceforge.net/mail/?group_id=25770"
_BUGREPORT = "http://sourceforge.net/tracker/?group_id=25770&atid=385137"