diff --git a/ChangeLog b/ChangeLog index fe44371e5..2799fc02a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-02 Jim Sack + * src/const.py.in : change embedded copyright sign to unicode \u00A9 + (really) instead of the \U (oops) + 2008-01-02 Jim Sack * src/const.py.in : change embedded copyright sign to unicode \u00A9 and eliminate call to unicode(), as well as the "coding cookie" diff --git a/src/const.py.in b/src/const.py.in index e449d1955..b6dda76e0 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -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.")