enable Find in read-only documents (bug 1629)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8905 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-08-13 15:11:15 +00:00
parent 6d5b622a8a
commit 395daa5611
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-08-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
documents (bug 1629)
2004-08-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
Fix toggling of collapsable insets with the mouse (bug 1558)

View File

@ -327,7 +327,7 @@ void LyXAction::init()
{ LFUN_EXTERNAL_EDIT, "external-edit", Noop },
{ LFUN_GRAPHICS_EDIT, "graphics-edit", Noop },
{ LFUN_REPEAT, "repeat", NoBuffer },
{ LFUN_WORD_FIND, "word-find", Noop },
{ LFUN_WORD_FIND, "word-find", ReadOnly },
{ LFUN_WORD_REPLACE, "word-replace", Noop },
{ LFUN_KEYMAP_TOGGLE, "keymap-toggle", Noop },
{ LFUN_LANGUAGE_BUFFER, "buffer-language", Noop },