QScintilla/SpellChecker.py

branch
5_2_x
changeset 2204
71aa8b87104f
parent 2202
fe0711184396
child 2205
2df710446e51
--- a/QScintilla/SpellChecker.py	Fri Nov 09 16:37:21 2012 +0100
+++ b/QScintilla/SpellChecker.py	Fri Nov 09 17:47:22 2012 +0100
@@ -99,7 +99,7 @@
             return os.path.join(Utilities.getConfigDir(), "spelling", "pwl.dic")
     
     @classmethod
-    def getUserDictionaryPath(cls, isException):
+    def getUserDictionaryPath(cls, isException=False):
         """
         Class method to get the path name of a user dictionary file.
         

eric ide

mercurial