1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Fixed cut&paste goof

This commit is contained in:
John Cortell 2008-04-11 16:40:49 +00:00
parent 822d9030aa
commit 25a5e3e01f

View file

@ -283,7 +283,7 @@ public class AddMemoryBlockDialog extends TrayDialog implements ModifyListener,
fExpressionInput.setFocus();
}
else {
fAddressRadio.setSelection(false);
fExpressionRadio.setSelection(false);
fAddressRadio.setSelection(true);
fAddressInput.setFocus();
}