mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9253 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6640822be5
commit
27e32b4aa0
@ -1,3 +1,7 @@
|
|||||||
|
2004-11-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* math_hullinset.C (getStatus): typo in lfun argument
|
||||||
|
|
||||||
2004-11-11 Alfredo Braunstein <abraunst@lyx.org>
|
2004-11-11 Alfredo Braunstein <abraunst@lyx.org>
|
||||||
|
|
||||||
* Makefile.am: add math_tfracinset.[Ch]
|
* Makefile.am: add math_tfracinset.[Ch]
|
||||||
|
@ -1100,7 +1100,7 @@ bool MathHullInset::getStatus(LCursor & cur, FuncRequest const & cmd,
|
|||||||
|| s == "copy-row"))
|
|| s == "copy-row"))
|
||||||
return false;
|
return false;
|
||||||
if ((type_ == "eqnarray")
|
if ((type_ == "eqnarray")
|
||||||
&& (s == "appen-column"
|
&& (s == "append-column"
|
||||||
|| s == "delete-column"))
|
|| s == "delete-column"))
|
||||||
return false;
|
return false;
|
||||||
return MathGridInset::getStatus(cur, cmd, flag);
|
return MathGridInset::getStatus(cur, cmd, flag);
|
||||||
|
Loading…
Reference in New Issue
Block a user