mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25535 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ab5a4d4f0f
commit
f51305b047
@ -1868,6 +1868,14 @@ void LyXAction::init()
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHANGE_NEXT, "change-next", ReadOnly, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_CHANGES_MERGE
|
||||
* \li Action: Open change tracking dialog for merging and moves the cursor
|
||||
to the position of the next change.
|
||||
* \li Syntax: changes-merge
|
||||
* \li Origin: Levon, 16 Oct 2002
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_CHANGES_MERGE, "changes-merge", Noop, Edit },
|
||||
{ LFUN_CHANGE_ACCEPT, "change-accept", Noop, Edit },
|
||||
{ LFUN_CHANGE_REJECT, "change-reject", Noop, Edit },
|
||||
|
Loading…
Reference in New Issue
Block a user