]> git.lyx.org Git - features.git/commitdiff
Add submenu in help.
authorPavel Sanda <sanda@lyx.org>
Thu, 23 Oct 2008 10:28:03 +0000 (10:28 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 23 Oct 2008 10:28:03 +0000 (10:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27048 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.inc

index 11ff92ce4e094506a6f451bce3bba3243acefb9f..6143a7dca06a783914c42c7eb0af8eeeb4c51b6c 100644 (file)
@@ -525,9 +525,17 @@ Menuset
                Item "LyX Functions|y" "help-open LFUNs"
                Item "Table of Contents|a" "help-open TOC"
                Item "LaTeX Configuration|L" "help-open LaTeXConfig"
+               Submenu "Specific Manuals|p" "examples"
                Separator
                Item "About LyX|X" "dialog-show aboutlyx"
        End
 
+       Menu "examples"
+               Item "Linguistics manual|L" "help-open ../examples/linguistics.lyx"
+               Item "Braille manual|B" "help-open ../examples/Braille.lyx"
+               Item "XY-pic manual|X" "help-open ../examples/xypic.lyx"
+       End
+
+
 End