From d621252a0d01f63dbbdcc91a0773ae0bd1532af1 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 19 Dec 2011 10:26:36 +0100 Subject: [PATCH] gtkspell really available for windows --- src/features_window.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/features_window.py b/src/features_window.py index f06c82a82c..79ffd67451 100644 --- a/src/features_window.py +++ b/src/features_window.py @@ -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: -- GitLab