2006-07-11 Don Allingham <don@gramps-project.org>

* src/DataViews/_FamilyList.py: clean up
	* src/DataViews/_PedigreeView.py: clean up
	* src/DataViews/_MapView.py: clean up
	* src/ViewManager.py: better menu name



svn: r7017
This commit is contained in:
Don Allingham
2006-07-11 20:56:59 +00:00
parent 6b689194c3
commit ed1d550801
5 changed files with 9 additions and 4 deletions

View File

@ -375,7 +375,7 @@ class ViewManager:
self.show_sidebar ),
('Toolbar', None, _('_Toolbar'), None, None, self.toolbar_toggle,
self.show_toolbar ),
('Filter', None, _('Show Sidebar _Filter'), None, None, self.filter_toggle,
('Filter', None, _('_Filter sidebar'), None, None, self.filter_toggle,
self.show_toolbar ),
]