2006-05-23 Don Allingham <don@gramps-project.org>

* src/DataViews/_RelationView.py: make shading optional
	* src/GrampsCfg.py: make shading optional
	* src/Config/_GrampsConfigKeys.py: make shading optional
	* data/gramps.schemas.in: make shading optional



svn: r6769
This commit is contained in:
Don Allingham
2006-05-24 04:49:05 +00:00
parent 4207e294eb
commit 4cb9bb81b2
5 changed files with 42 additions and 6 deletions

View File

@@ -269,6 +269,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
self.add_checkbox(table, _('Enable spelling checker'), 1, Config.SPELLCHECK)
self.add_checkbox(table, _('Display Tip of the Day'), 2, Config.USE_TIPS)
self.add_checkbox(table, _('Download maps online'), 3, Config.ONLINE_MAPS)
self.add_checkbox(table, _('Use shading in Relationship View'), 4, Config.RELATION_SHADE)
return table