Merge branch 'readonly-p4-master'
This commit is contained in:
committed by
The Android Open Source Project
commit
55375f3e48
@@ -402,7 +402,7 @@ public class NewProjectCreationPage extends WizardPage {
|
|||||||
group.setLayout(new GridLayout());
|
group.setLayout(new GridLayout());
|
||||||
group.setLayoutData(new GridData(GridData.FILL_BOTH));
|
group.setLayoutData(new GridData(GridData.FILL_BOTH));
|
||||||
group.setFont(parent.getFont());
|
group.setFont(parent.getFont());
|
||||||
group.setText("Target");
|
group.setText("Build Target");
|
||||||
|
|
||||||
// The selector is created without targets. They are added below in the change listener.
|
// The selector is created without targets. They are added below in the change listener.
|
||||||
mSdkTargetSelector = new SdkTargetSelector(group, null);
|
mSdkTargetSelector = new SdkTargetSelector(group, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user