* src/DataViews/_MapView.py: use config value to determine if online

maps should be used
	* src/GrampsCfg.py: online map config value
	* src/Config/_GrampsCOnfigKeys.py: online map config value
	* daa/gramps.schema.in: online map config value


svn: r6728
This commit is contained in:
Don Allingham
2006-05-20 01:49:38 +00:00
parent 54ea5271e0
commit ff07f8407f
5 changed files with 26 additions and 5 deletions

View File

@@ -268,6 +268,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
self.add_checkbox(table, _('Automatically load last database'), 0, Config.AUTOLOAD)
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)
return table