From 5cdb7b7336002c551fcd1c14bcd0d7fce8b70fbd Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 20 Feb 2007 20:51:38 +0000 Subject: [PATCH] 2007-02-20 Benny malengier * gramps_main.py : register_stock_icons * src/images: delete old icons * src/images/48x48/: new icons * src/images/22x22/: new icons * src/images/16x16/: new icons * src/images/scalable/: new icons * src/glade/gramps.glade: use new icons * src/DataViews/_FamilyList.py: use new icons * src/DataViews/_RelationView.py: use new icons * src/DisplayTabs/_PersonBackRefList.py: use new icons svn: r8196 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6699bd2e7..2ddd8f690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-02-20 Benny malengier + * gramps_main.py : register_stock_icons + * src/images: delete old icons + * src/images/48x48/: new icons + * src/images/22x22/: new icons + * src/images/16x16/: new icons + * src/images/scalable/: new icons + * src/glade/gramps.glade: use new icons + * src/DataViews/_FamilyList.py: use new icons + * src/DataViews/_RelationView.py: use new icons + * src/DisplayTabs/_PersonBackRefList.py: use new icons + 2007-02-20 Alex Roitman * src/Config/Makefile.am (keys): Add "make keys" target to regenerate the _rampsConfigKeys file.