1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

Bugzilla 262213

This commit is contained in:
Randy Rohrbach 2009-01-23 18:41:08 +00:00
parent 26eb1a0f20
commit e87b55fc2c

View file

@ -413,6 +413,7 @@ public class FindReplaceDialog extends SelectionDialog
}
fFindButton.setEnabled(valid);
fFindAllButton.setEnabled(valid);
fReplaceButton.setEnabled(replaceValid);
fReplaceFindButton.setEnabled(replaceValid);
fReplaceAllButton.setEnabled(replaceValid);