]> git.lyx.org Git - lyx.git/commitdiff
Fix bug 2901: Add menu entry for numbered formulas
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 12 Oct 2006 14:49:19 +0000 (14:49 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 12 Oct 2006 14:49:19 +0000 (14:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15307 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.ui

index 2c0878422d34fc05fa5fdedda238a8fe483d6bbc..0c1bcb81697292a407a6073430d88bdbb85f883f 100644 (file)
@@ -334,6 +334,7 @@ Menuset
        Menu "insert_math"
                Item "Inline Formula|I" "math-mode on"
                Item "Display Formula|D" "math-display"
+               Item "Numbered Formula|N" "command-sequence math-display; math-number;"
                Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
                Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
                Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"