[jbosstools-commits] JBoss Tools SVN: r22978 - branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/editor.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jun 24 03:56:17 EDT 2010
Author: koen.aers at jboss.com
Date: 2010-06-24 03:56:17 -0400 (Thu, 24 Jun 2010)
New Revision: 22978
Modified:
branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/editor/JpdlEditor.java
Log:
fix label for deployment page
Modified: branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/editor/JpdlEditor.java
===================================================================
--- branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/editor/JpdlEditor.java 2010-06-24 07:54:46 UTC (rev 22977)
+++ branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/src/org/jbpm/gd/jpdl/editor/JpdlEditor.java 2010-06-24 07:56:17 UTC (rev 22978)
@@ -95,7 +95,7 @@
protected void initDeploymentInfoPage() {
((JpdlContentProvider)getContentProvider()).initializeDeploymentInfo(getDeploymentInfo(), getEditorInput());
deploymentInfoEditorPage = new JpdlDeploymenEditorPage(this);
- addPage(1, deploymentInfoEditorPage, "DeploymentInfo");
+ addPage(1, deploymentInfoEditorPage, "Deployment");
}
protected SemanticElement createMainElement() {
More information about the jbosstools-commits
mailing list