git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23715 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-14 12:54:38 +00:00
parent 9f088c828e
commit 798477a8ec

View File

@ -1356,6 +1356,13 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_BUFFER_NEW_TEMPLATE,"buffer-new-template", NoBuffer, Buffer },
/*!
* \var lyx::kb_action lyx::LFUN_BUFFER_RELOAD
* \li Action: Reverts opened document.
* \li Syntax: buffer-reload
* \li Origin: Asger, 2 Feb 1997
* \endvar
*/
{ LFUN_BUFFER_RELOAD, "buffer-reload", ReadOnly, Buffer },
/*!
* \var lyx::kb_action lyx::LFUN_BUFFER_SWITCH
@ -1467,7 +1474,6 @@ void LyXAction::init()
*/
{ LFUN_FILE_OPEN, "file-open", NoBuffer, Buffer },
/*!
* \var lyx::kb_action lyx::LFUN_CALL
* \li Action: Executes a command defined in a .def file.