From d9468ad98d509c47939767a1d959af39142e6fc5 Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 25 Feb 2003 19:51:46 +0000 Subject: [PATCH] minor tweak git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6272 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/ispell.C | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index b572a865f5..0b13ea291b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-02-25 John Levon + + * ispell.C: give the forked command a more accurate name + 2003-02-22 John Levon * toc.h: diff --git a/src/ispell.C b/src/ispell.C index d9fcd94720..a4f91c517d 100644 --- a/src/ispell.C +++ b/src/ispell.C @@ -63,7 +63,7 @@ private: int LaunchIspell::start() { - command_ = "ispell"; + command_ = lyxrc.isp_command; return runNonBlocking(); } -- 2.39.2