Skip to content
Snippets Groups Projects
Commit eab54182 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

gtkspell really available for windows

parent 8523ebf0
No related branches found
No related tags found
No related merge requests found
......@@ -217,8 +217,6 @@ class FeaturesWindow:
return helpers.is_in_path('nslookup')
def speller_available(self):
if os.name == 'nt':
return False
try:
__import__('gtkspell')
except ImportError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment