gtkspell really available for windows

This commit is contained in:
Yann Leboulanger 2011-12-19 10:26:36 +01:00
parent 8d33dace7c
commit d621252a0d
1 changed files with 0 additions and 2 deletions

View File

@ -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: