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')
|
return helpers.is_in_path('nslookup')
|
||||||
|
|
||||||
def speller_available(self):
|
def speller_available(self):
|
||||||
if os.name == 'nt':
|
|
||||||
return False
|
|
||||||
try:
|
try:
|
||||||
__import__('gtkspell')
|
__import__('gtkspell')
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in New Issue