From: Abdelrazak Younes Date: Sun, 9 Mar 2008 11:24:27 +0000 (+0000) Subject: add a simple context menu for InsetRef. X-Git-Tag: 1.6.10~5770 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3f5e92ce7236d5423069568c6a578598302c0280;p=features.git add a simple context menu for InsetRef. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23580 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 9907580056..dda01275ec 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -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