gtkspell really available for windows
This commit is contained in:
parent
8d33dace7c
commit
d621252a0d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue