mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
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:
parent
9c7d4387f2
commit
bfb9c3955f
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user