From 17077b01b3226b5855fea5036f4133eba5dc7472 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 10 Mar 2004 02:26:38 +0000 Subject: [PATCH] Update svn: r2993 --- gramps2/src/plugins/AncestorChart.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gramps2/src/plugins/AncestorChart.py b/gramps2/src/plugins/AncestorChart.py index 3807b8cc1..9fe47506d 100644 --- a/gramps2/src/plugins/AncestorChart.py +++ b/gramps2/src/plugins/AncestorChart.py @@ -1,7 +1,7 @@ # # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2000-2003 Donald N. Allingham +# Copyright (C) 2000-2004 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 @@ -18,6 +18,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# $Id$ + "Graphical Reports/Ancestor Chart" #------------------------------------------------------------------------