really fix encoding buglet in const.py.in

svn: r9688
This commit is contained in:
James G Sack
2008-01-03 00:09:48 +00:00
parent 2803d5bc60
commit 91f4a23c3f
2 changed files with 5 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ else:
#-------------------------------------------------------------------------
PROGRAM_NAME = "GRAMPS"
VERSION = "@VERSIONSTRING@"
COPYRIGHT_MSG = u"\U00A9 2001-2006 Donald N. Allingham"
COPYRIGHT_MSG = u"\u00A9 2001-2006 Donald N. Allingham"
COMMENTS = _("GRAMPS (Genealogical Research and Analysis "
"Management Programming System) is a personal "
"genealogy program.")