mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* LyXAction.cpp:
- LFUN_NEXT_INSET_MODIFY: ReadOnly -> Noop. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4a918ed2d9
commit
80044635f0
@ -2103,7 +2103,7 @@ void LyXAction::init()
|
||||
* \li Origin: JSpitzm, 23 Mar 2008
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_NEXT_INSET_MODIFY, "next-inset-modify", ReadOnly, Edit },
|
||||
{ LFUN_NEXT_INSET_MODIFY, "next-inset-modify", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_INSET_DIALOG_UPDATE
|
||||
* \li Action: Updates the values inside the dialog from the inset.
|
||||
|
Loading…
Reference in New Issue
Block a user