fix bug 937

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6458 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-12 06:14:36 +00:00
parent 9c7d4387f2
commit bfb9c3955f
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-03-12 John Levon <levon@movementarian.org>
* QSearch.C: don't disable checkboxes on RO doc (bug 937)
2003-03-10 Angus Leeming <leeming@lyx.org>
* Dialogs3.C (build): the "tabularcreate" dialog is always valid.

View File

@ -41,9 +41,6 @@ void QSearch::build_dialog()
bcview().addReadOnly(dialog_->replaceCO);
bcview().addReadOnly(dialog_->replacePB);
bcview().addReadOnly(dialog_->replaceallPB);
bcview().addReadOnly(dialog_->caseCB);
bcview().addReadOnly(dialog_->wordsCB);
bcview().addReadOnly(dialog_->backwardsCB);
dialog_->replacePB->setEnabled(false);
dialog_->replaceallPB->setEnabled(false);