]> git.lyx.org Git - lyx.git/blobdiff - src/ASpell.cpp
remove ISpell and PSpell support
[lyx.git] / src / ASpell.cpp
index 74d1313fe69263bf7b8600dbad5a694624d08289..f55e358cb8320dafa1744369a51415d5447866a5 100644 (file)
@@ -19,7 +19,7 @@
 #include "LyXRC.h"
 #include "WordLangTuple.h"
 
-#include "support/assert.h"
+#include "support/lassert.h"
 
 using namespace std;
 
@@ -66,7 +66,7 @@ void ASpell::addSpeller(string const & lang)
        // platforms (cygwin, OS X). Therefore we use utf-8, that does
        // always work.
        aspell_config_replace(config, "encoding", "utf-8");
-       if (lyxrc.isp_accept_compound)
+       if (lyxrc.spellcheck_accept_compound)
                // Consider run-together words as legal compounds
                aspell_config_replace(config, "run-together", "true");
        else