mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
LFUN_ESCAPE gets ReadOnly (fix bug 1142)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7046 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b459326fc5
commit
159191e867
@ -1,3 +1,7 @@
|
||||
2003-05-26 John Levon <levon@movementarian.org>
|
||||
|
||||
* LyXAction.C: LFUN_ESCAPE should be ReadOnly
|
||||
|
||||
2003-05-26 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* remove same_id from function signatures, adjust.
|
||||
|
@ -302,7 +302,7 @@ void LyXAction::init()
|
||||
{ LFUN_MESSAGE, "message", NoBuffer },
|
||||
{ LFUN_TRANSPOSE_CHARS, "chars-transpose", Noop },
|
||||
{ LFUN_FLOAT_LIST, "float-list", Noop },
|
||||
{ LFUN_ESCAPE, "escape", Noop },
|
||||
{ LFUN_ESCAPE, "escape", ReadOnly },
|
||||
{ LFUN_HELP_ABOUTLYX, "help-aboutlyx", NoBuffer },
|
||||
{ LFUN_HELP_TEXINFO, "help-Texinfo", NoBuffer },
|
||||
{ LFUN_FORKS_SHOW, "show-forks", NoBuffer },
|
||||
|
Loading…
Reference in New Issue
Block a user