SDK Updter: change window title to match ADT
Also change the name displayed by the "android" wrapping scripts. Change-Id: I663e1dcadfef7caf2e42138e39b1237f08091c77
This commit is contained in:
@@ -121,7 +121,7 @@ public class UpdaterWindowImpl {
|
||||
fl.marginHeight = fl.marginWidth = 5;
|
||||
mAndroidSdkUpdater.setMinimumSize(new Point(200, 50));
|
||||
mAndroidSdkUpdater.setSize(745, 433);
|
||||
mAndroidSdkUpdater.setText("Android SDK");
|
||||
mAndroidSdkUpdater.setText("Android SDK and AVD Manager");
|
||||
|
||||
mSashForm = new SashForm(mAndroidSdkUpdater, SWT.NONE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user