From 1749f1e524600f8552629e9c04c1a3c0dd7f5cac Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 14 Jun 2003 05:10:45 +0000 Subject: [PATCH] Update svn: r1735 --- ChangeLog | 3 ++- src/plugins/IndivComplete.py | 10 +--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index a9092b841..8560ac7af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2003-06-13 Alex Roitman * src/EditPerson.py (did_data_change): When checking name type, - compare translated strings (otherwise they always differ). + compare translated strings (otherwise they always differ in + non-English $LANG). 2003-06-13 Don Allingham * src/EditPerson.py: Removed the conflict of using pmap for two seperate diff --git a/src/plugins/IndivComplete.py b/src/plugins/IndivComplete.py index cc2960609..522454ffc 100644 --- a/src/plugins/IndivComplete.py +++ b/src/plugins/IndivComplete.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000 Donald N. Allingham +# Copyright (C) 2000-2003 Donald N. Allingham # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -673,11 +673,3 @@ register_report( description=_("Produces a complete report on the selected people."), xpm=get_xpm_image() ) - - - - - - - -