]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
use ParagraphList::iterator a bit more
[lyx.git] / src / ispell.C
index d9fcd9472043dc781c7e5414b8a86fb8d5d4049d..a4f91c517d6d7aee2737dea2b52b103c58501279 100644 (file)
@@ -63,7 +63,7 @@ private:
 
 int LaunchIspell::start()
 {
-       command_ = "ispell";
+       command_ = lyxrc.isp_command;
        return runNonBlocking();
 }