[jbosstools-commits] JBoss Tools SVN: r39647 - branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Tue Mar 20 05:04:45 EDT 2012
Author: adietish
Date: 2012-03-20 05:04:45 -0400 (Tue, 20 Mar 2012)
New Revision: 39647
Modified:
branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
Log:
[JBIDE-10419] corrected wizard title
Modified: branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java
===================================================================
--- branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-03-20 09:02:52 UTC (rev 39646)
+++ branches/jbosstools-3.3.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPage.java 2012-03-20 09:04:45 UTC (rev 39647)
@@ -119,7 +119,7 @@
OpenShiftExpressApplicationWizardModel wizardModel) {
super(
"Setup OpenShift Application",
- "Select an existing or create a new OpenShift Express Application.",
+ "Enter a name and select a type for your new OpenShift Express application.",
"Setup OpenShift Application", wizard);
try {
this.pageModel = new ApplicationConfigurationWizardPageModel(
@@ -234,8 +234,7 @@
.getSelectedApplication();
if (selectedApplication != null) {
try {
- pageModel
- .setExistingApplication(selectedApplication);
+ pageModel.setExistingApplicationName(selectedApplication.getName());
} catch (OpenShiftException ex) {
OpenShiftUIActivator
.log(OpenShiftUIActivator.createErrorStatus(
More information about the jbosstools-commits
mailing list