* various: added new views

svn: r5054
This commit is contained in:
Don Allingham
2005-08-12 02:35:27 +00:00
parent 6839cb9a85
commit 9d62401d7b
11 changed files with 344 additions and 655 deletions

View File

@@ -277,7 +277,7 @@ class MapView(PageView.PageView):
This assumes that this icon has already been registered with
GNOME as a stock icon.
"""
return 'gramps-place'
return 'gramps-map'
def build_widget(self):
hbox = gtk.HBox( False, 4)