mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +02:00
Bugzilla 262213
This commit is contained in:
parent
26eb1a0f20
commit
e87b55fc2c
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ public class FindReplaceDialog extends SelectionDialog
|
||||||
}
|
}
|
||||||
|
|
||||||
fFindButton.setEnabled(valid);
|
fFindButton.setEnabled(valid);
|
||||||
|
fFindAllButton.setEnabled(valid);
|
||||||
fReplaceButton.setEnabled(replaceValid);
|
fReplaceButton.setEnabled(replaceValid);
|
||||||
fReplaceFindButton.setEnabled(replaceValid);
|
fReplaceFindButton.setEnabled(replaceValid);
|
||||||
fReplaceAllButton.setEnabled(replaceValid);
|
fReplaceAllButton.setEnabled(replaceValid);
|
||||||
|
|
Loading…
Add table
Reference in a new issue