Synchroniza names in lfuns

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36453 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-11-23 20:35:55 +00:00
parent 8088770d32
commit d2e13311cd

View File

@ -507,7 +507,7 @@ void LyXAction::init()
* \li Action: Inserts a subscript or superscript inset.
* \li Syntax: script-insert <TYPE>
* \li Params: <TYPE>: subscript|superscript
* \li Origin: gb, 23 Nov 2010
* \li Origin: Georg, 23 Nov 2010
* \endvar
*/
{ LFUN_SCRIPT_INSERT, "script-insert", Noop, Edit },
@ -1185,7 +1185,7 @@ void LyXAction::init()
* \li Action: Pastes text from the active clipboard.
* \li Syntax: clipboard-paste [<ARG>]
* \li Params: <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
* \li Origin: baum, 10 Jul 2006
* \li Origin: Georg, 10 Jul 2006
* \endvar
*/
{ LFUN_CLIPBOARD_PASTE, "clipboard-paste", Noop, Edit },