]> git.lyx.org Git - lyx.git/commitdiff
Forgot these.
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 15 May 2009 21:15:30 +0000 (21:15 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 15 May 2009 21:15:30 +0000 (21:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29682 a592a061-630c-0410-9148-cb99ea01b6c8

RELEASE-NOTES
lib/ui/stdcontext.inc
src/LyXAction.cpp

index a14e76e188916258581f4e2d16aab8aaa1289961..faca0449ec00257ab3f63f25760e274e72462a45 100644 (file)
@@ -42,7 +42,7 @@ The following new LyX functions have been introduced:
 
 - LFUN_CHANGE_PREVIOUS ("change-previous").
 
-- LFUN_INSERT_LABEL_AS_REF ("insert-label-as-reference").
+- LFUN_LABEL_INSERT_AS_REF ("label-insert-as-reference").
 
 - LFUN_SECTION_SELECT ("section-select").
 
index d3fc05a9f7cc31fed42f2d37d3f680b060ec671d..2e97b96a31a0e334cfc662ecfb63cb857ff98f69 100644 (file)
@@ -45,6 +45,7 @@ Menuset
                Separator               
                OptItem "Equation Label|L" "label-insert"
                OptItem "Toggle Labeling/Numbering|T" "math-number-toggle"
+               OptItem "Copy as Reference|R" "copy-label-as-reference"
                Separator
                Item "Split Cell|C" "cell-split"
                Separator
@@ -422,8 +423,8 @@ Menuset
 #
 
        Menu "context-toc-label"
-               OptItem "Copy Label as Reference|C" "copy-label-as-reference"
-               OptItem "Insert Reference at Cursor Position|I" "insert-label-as-reference"
+               OptItem "Copy as Reference|C" "copy-label-as-reference"
+               OptItem "Insert Reference at Cursor Position|I" "label-insert-as-reference"
                Separator
                Item "Settings...|S" "inset-settings"
        End
index 064fe1dc4cfe0b30f99cce77233101497ac2319b..5d6514f7fdcaf3b95eb75e9a10b67129c3fd60d9 100644 (file)
@@ -3270,11 +3270,11 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_LABEL_INSERT_AS_REF
  * \li Action: Inserts the label as a cross-reference at the position of the cursor.
- * \li Syntax: insert-label-as-reference
+ * \li Syntax: label-insert-as-reference
  * \li Origin: vfr, 7 Apr 2009
  * \endvar
  */
-               { LFUN_LABEL_INSERT_AS_REF, "insert-label-as-reference", Noop, Edit},
+               { LFUN_LABEL_INSERT_AS_REF, "label-insert-as-reference", Noop, Edit},
 
 /*!
  * \var lyx::FuncCode lyx::LFUN_BUFFER_ZOOM_IN