git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24810 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-05-17 13:49:29 +00:00
parent 8c8a2794b3
commit 77740fc1f0

View File

@ -390,6 +390,14 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_SPACE_INSERT, "space-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_HYPERLINK_INSERT
* \li Action: Inserts hyperlinks into the document (clickable in pdf output).
* \li Notion: Hyperlink target can be set via selection + hyperlink-insert function.
* \li Syntax: href-insert [<TARGET>]
* \li Origin: CFO-G, 21 Nov 1997
* \endvar
*/
{ LFUN_HYPERLINK_INSERT, "href-insert", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_SPECIALCHAR_INSERT