minor tweak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6272 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-02-25 19:51:46 +00:00
parent 2b6daa9ba8
commit d9468ad98d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-25 John Levon <levon@movementarian.org>
* ispell.C: give the forked command a more accurate name
2003-02-22 John Levon <levon@movementarian.org>
* toc.h:

View File

@ -63,7 +63,7 @@ private:
int LaunchIspell::start()
{
command_ = "ispell";
command_ = lyxrc.isp_command;
return runNonBlocking();
}