import org.eclipse.jface.dialogs.IPageChangingListener;
import org.eclipse.jface.dialogs.PageChangedEvent;
import org.eclipse.jface.dialogs.PageChangingEvent;
+import org.eclipse.jface.dialogs.TrayDialog;
import org.eclipse.jface.operation.IRunnableWithProgress;
import org.eclipse.jface.window.Window;
import org.eclipse.jface.wizard.IWizardContainer;
this.shell = shell;
this.target = target;
this.mode = mode;
- setHelpAvailable(false);
setWindowTitle("Launch Configuration");
setNeedsProgressMonitor(true);
+ TrayDialog.setDialogHelpAvailable(false);
}
@Override
public PlatformLaunchWizardDialog(Shell shell, PlatformLaunchWizard wizard) {
super(shell, wizard);
this.wizard = wizard;
- setDialogHelpAvailable(false);
}
public PlatformLaunchWizardDialog(Shell shell, PlatformAttachLaunchWizard wizard) {
super(shell, wizard);
this.attachWizard = wizard;
- setDialogHelpAvailable(false);
}
public String getProgramPath() {
+* 2.1.31
+- Fixed a import problem (TrayDialog)
+== donghyuk yang <donghyuk.yang@samsung.com> 2013-10-24
+* 2.1.30
+- Fixed a problem that Help button is showing in Launch Configuration wizard at the first time
+== donghyuk yang <donghyuk.yang@samsung.com> 2013-10-24
* 2.1.29
- Fixed a problem that Platform Project can't be created after closing the Tizen Platform perspective.
== donghyuk yang <donghyuk.yang@samsung.com> 2013-10-23
-Version:2.1.29
+Version:2.1.31
Source:nativeplatform-eplugin
Maintainer:Kangho Kim <kh5325.kim@samsung.com>, Yoonki Park<yoonki.park@samsung.com>, Hyunsik Noh<hyunsik.noh@samsung.com>, Gun Kim<gune.kim@samsung.com>, Ho Namkoong<ho.namkoong@samsung.com>, Taeyoung Son<taeyoung2.son@samsung.com>