add a simple context menu for InsetLabel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23582 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-03-09 11:51:34 +00:00
parent 0ac93cb524
commit 268ef141e5

View File

@ -535,8 +535,16 @@ Menuset
# InsetRef context menu
#
Menu "context-ref"
Item "Next Cross-Reference|R" "reference-next"
Item "Go to Label|L" "label-goto"
Item "Next Cross-Reference|N" "reference-next"
Item "Go to Label|G" "label-goto"
End
#
# InsetLabel context menu
#
Menu "context-label"
Item "Next Cross-Reference|N" "reference-next"
Item "Go back to Reference|G" "bookmark-goto 0"
End
End