Author: xcoulon
Date: 2012-05-09 09:36:42 -0400 (Wed, 09 May 2012)
New Revision: 40871
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/ExpressDetailsComposite.java
Log:
Typo: removing extra '.' on second line of confirmation dialog box
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/ExpressDetailsComposite.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/ExpressDetailsComposite.java 2012-05-09
13:31:36 UTC (rev 40870)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/behaviour/ExpressDetailsComposite.java 2012-05-09
13:36:42 UTC (rev 40871)
@@ -372,7 +372,7 @@
importLink.addSelectionListener(new SelectionListener() {
public void widgetSelected(SelectionEvent e) {
OpenShiftExpressApplicationWizard wizard =
- new ImportOpenShiftExpressApplicationWizard(fuser, null, fapplication, true);
+ new ImportOpenShiftExpressApplicationWizard(fuser, null, fapplication);
WizardDialog dialog = new WizardDialog(Display.getCurrent().getActiveShell(),
wizard);
int oldServerCount = ServerCore.getServers().length;
dialog.create();
Show replies by date