* src/FamilyView.py: new text string for "unknown" spouse

* src/ImageSelect.py: integer conversions for event.x, event.y
* src/const.py.in: copyright date update


svn: r2767
This commit is contained in:
Don Allingham
2004-02-04 04:42:06 +00:00
parent 68eff30399
commit 8d2cf299ea
3 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ dnd_images = 1
#-------------------------------------------------------------------------
progName = "GRAMPS"
version = "@VERSIONSTRING@"
copyright = unicode("<EFBFBD> 2001-2003 Donald N. Allingham","iso-8859-1")
copyright = unicode("<EFBFBD> 2001-2004 Donald N. Allingham","iso-8859-1")
comments = _("GRAMPS (Genealogical Research and Analysis "
"Management Programming System) is a personal "
"genealogy program.")