]> 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 07db2583e74a30b79750309a245707b9daf9c14c..a4f91c517d6d7aee2737dea2b52b103c58501279 100644 (file)
@@ -22,6 +22,7 @@
 #include "support/lstrings.h"
 
 #include <sys/select.h>
+#include <sys/time.h>
 
 #ifndef CXX_GLOBAL_CSTD
 using std::strcpy;
@@ -62,7 +63,7 @@ private:
 
 int LaunchIspell::start()
 {
-       command_ = "ispell";
+       command_ = lyxrc.isp_command;
        return runNonBlocking();
 }