enable search & replace in LyXFunc::getStatus

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8579 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2004-03-31 22:10:23 +00:00
parent d2603b93c7
commit ab5ef14827
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
* lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
2004-03-31 Angus Leeming <leeming@lyx.org>
* lyxfunc.C (dispatch): Fall through to the generic

View File

@ -507,7 +507,8 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) const
case LFUN_SAVE_AS_DEFAULT:
case LFUN_BUFFERPARAMS_APPLY:
case LFUN_LYXRC_APPLY:
case LFUN_WORD_FIND:
case LFUN_WORD_REPLACE:
// these are handled in our dispatch()
break;