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:
parent
822d9030aa
commit
25a5e3e01f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue