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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user