diff -r 099008539886 -r c1a98c164cd3 Preferences/__init__.py --- a/Preferences/__init__.py Sat Sep 02 19:05:28 2017 +0200 +++ b/Preferences/__init__.py Sat Sep 02 20:00:57 2017 +0200 @@ -1090,6 +1090,9 @@ # Spell Checking "SpellCheckEnabled": False, "SpellCheckLanguages": [], + "SpellCheckDictionariesUrl": + "https://eric-ide.python-projects.org/qwebengine_dictionaries/" \ + "dictionaries.xml", # Sync "SyncEnabled": False, "SyncBookmarks": True,