diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 056c8df51..b9ae24fb4 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-01-10 Don Allingham + * src/MapView.py: fix title * src/FamilyView.py: add/edit/delete buttons for families added, add support for no families or parents * src/GrampsDb/_GrampsBSDDB.py: txn handling for get_handles diff --git a/gramps2/src/MapView.py b/gramps2/src/MapView.py index 30f0d528e..ff82a4c7e 100644 --- a/gramps2/src/MapView.py +++ b/gramps2/src/MapView.py @@ -308,7 +308,7 @@ class MapPlacesList(gtk.TreeView): # Map View main class class MapView(PageView.PageView): def __init__(self,dbstate,uistate): - PageView.PageView.__init__(self,'Pedigree View',dbstate,uistate) + PageView.PageView.__init__(self,'Map View',dbstate,uistate) dbstate.connect('database-changed',self.change_db) self.current_marker = None