]> git.lyx.org Git - features.git/commitdiff
add a simple context menu for InsetRef.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 9 Mar 2008 11:24:27 +0000 (11:24 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 9 Mar 2008 11:24:27 +0000 (11:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23580 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.inc

index 9907580056a8ba2b51eaa459d692dd9506505dbb..dda01275ece17345e51c10d2e18ebbb75c9a7c5b 100644 (file)
@@ -531,4 +531,12 @@ Menuset
                Item "About LyX|X" "dialog-show aboutlyx"
        End
 
+#
+# InsetRef context menu
+#
+       Menu "context-ref"
+               Item "Next Cross-Reference|R" "reference-next"
+               Item "Go to Label|L" "label-goto"
+       End
+
 End