]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[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();
 }