mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
minor tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6272 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2b6daa9ba8
commit
d9468ad98d
@ -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:
|
||||
|
@ -63,7 +63,7 @@ private:
|
||||
|
||||
int LaunchIspell::start()
|
||||
{
|
||||
command_ = "ispell";
|
||||
command_ = lyxrc.isp_command;
|
||||
return runNonBlocking();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user