stdmenus.inc: fix typo, fixes the bug reported here:

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151690.html

Jürgen, OK for branch too?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29889 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-05-30 15:38:23 +00:00
parent b462996f1d
commit 300f5379a8

View File

@ -400,7 +400,7 @@ Menuset
End
Menu "insert_math"
Item "Inline Formula|I" "math-mode on"
Item "Inline Formula|I" "math-mode"
Item "Display Formula|D" "math-display"
Item "Numbered Formula|N" "command-sequence math-display; math-number-toggle;"
Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"