]> git.lyx.org Git - features.git/commitdiff
access to new insets
authorAndré Pönitz <poenitz@gmx.net>
Mon, 27 Oct 2003 14:05:34 +0000 (14:05 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 27 Oct 2003 14:05:34 +0000 (14:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7986 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/classic.ui
lib/ui/stdmenus.ui

index e754e185b49477bcfdb4d5b34bfda1d0219e9c26..eace7ba9f25093f8f23cc8118b8f0e10567ff405 100644 (file)
@@ -247,6 +247,8 @@ Menuset
                Item "End of Sentence|E" "end-of-sentence-period-insert"
                Item "Ordinary Quote|Q" "self-insert \""
                Item "Menu Separator|M" "menu-separator-insert"
+               Item "Horizontal Line" "line-insert"
+               Item "Page Break" "pagebreak-insert"
        End
 
        Menu "insert_math"
index 45d0391e7441e713529c8f546c18c4b2bb0d39ee..b6c48e554d3b8b6c4290516faee92e7d7417b593 100644 (file)
@@ -263,10 +263,12 @@ Menuset
                Item "Inter-word Space|w" "space-insert normal"
                Item "Thin Space|T" "space-insert thin"
                Item "Horizontal Fill|H" "hfill-insert"
+               Item "Horizontal Line" "line-insert"
                Separator
                Item "Hyphenation Point|P" "hyphenation-point-insert"
                Item "Ligature Break|k" "ligature-break-insert"
-               Item "Linebreak|L" "break-line"
+               Item "Line Break|L" "break-line"
+               Item "Page Break" "pagebreak-insert"
        End
 
        Menu "insert_math"