From 876f406815bab27362ec9299771ca40fd3a5def6 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 16 Apr 2015 22:50:48 -0400 Subject: [PATCH] Add \li Origin for the buffer-move-* LFUNs --- src/LyXAction.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 10d43f5ffb..639875c86b 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -3268,7 +3268,7 @@ void LyXAction::init() buffer-forall branch-activate Solutions \n Export buffers to PDF (pdflatex): \n buffer-forall buffer-export pdf2 \n - * \li Origin: scottkostyshak, 20 Jul 2012 + * \li Origin: skostysh, 20 Jul 2012 * \endvar */ { LFUN_BUFFER_FORALL, "buffer-forall", ReadOnly | Argument, Buffer }, @@ -3293,6 +3293,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_BUFFER_MOVE_NEXT * \li Action: Moves the current tab one spot to the right. * \li Syntax: buffer-move-next + * \li Origin: skostysh, 7 Apr 2015 * \endvar */ { LFUN_BUFFER_MOVE_NEXT, "buffer-move-next", ReadOnly, Buffer }, @@ -3307,6 +3308,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_BUFFER_MOVE_PREVIOUS * \li Action: Moves the current tab one spot to the left. * \li Syntax: buffer-move-previous + * \li Origin: skostysh, 7 Apr 2015 * \endvar */ { LFUN_BUFFER_MOVE_PREVIOUS, "buffer-move-previous", ReadOnly, Buffer }, -- 2.39.5