[jbosstools-commits] JBoss Tools SVN: r30975 - in branches/jbosstools-3.2.x/bpel/plugins: org.jboss.tools.bpel.runtimes/icons/wizban and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Apr 29 13:22:34 EDT 2011


Author: bbrodt
Date: 2011-04-29 13:22:34 -0400 (Fri, 29 Apr 2011)
New Revision: 30975

Modified:
   branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/palette/PaletteFactory.java
   branches/jbosstools-3.2.x/bpel/plugins/org.jboss.tools.bpel.runtimes/icons/wizban/newprj_bpel_wiz_banner.gif
Log:
Cosmetic - changed New Project wizard banner and toolpalette drawer name to "Controls"

Modified: branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/palette/PaletteFactory.java
===================================================================
--- branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/palette/PaletteFactory.java	2011-04-29 15:55:31 UTC (rev 30974)
+++ branches/jbosstools-3.2.x/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/palette/PaletteFactory.java	2011-04-29 17:22:34 UTC (rev 30975)
@@ -84,7 +84,7 @@
 						.getFactoryFor(bpelPackage.getValidate())));
 		palette.add(basicActionsCategory);
 
-		PaletteCategory controlCategory = new PaletteCategory("Control2"); //$NON-NLS-1$
+		PaletteCategory controlCategory = new PaletteCategory("Controls"); //$NON-NLS-1$
 		controlCategory.setOrder(20);
 		controlCategory.setCategoryId("bpel.control");
 

Modified: branches/jbosstools-3.2.x/bpel/plugins/org.jboss.tools.bpel.runtimes/icons/wizban/newprj_bpel_wiz_banner.gif
===================================================================
(Binary files differ)



More information about the jbosstools-commits mailing list