mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Correct func_type for LFUN_MATH_INSERT
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22133 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6d20abb1b1
commit
ce30b3a667
@ -218,7 +218,7 @@ void LyXAction::init()
|
||||
{ LFUN_MATH_DELIM, "math-delim", Noop, Math },
|
||||
{ LFUN_MATH_BIGDELIM, "math-bigdelim", Noop, Math },
|
||||
{ LFUN_MATH_DISPLAY, "math-display", Noop, Math },
|
||||
{ LFUN_MATH_INSERT, "math-insert", Noop, Edit },
|
||||
{ LFUN_MATH_INSERT, "math-insert", Noop, Math },
|
||||
{ LFUN_MATH_SUBSCRIPT, "math-subscript", Noop, Math },
|
||||
{ LFUN_MATH_SUPERSCRIPT, "math-superscript", Noop, Math },
|
||||
{ LFUN_MATH_LIMITS, "math-limits", Noop, Math },
|
||||
|
Loading…
Reference in New Issue
Block a user