Author: scabanovich
Date: 2007-11-07 08:07:20 -0500 (Wed, 07 Nov 2007)
New Revision: 4754
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/drop/treeviewer/ui/AttributeValueLabelProvider.java
Log:
JBIDE-1030
Icon of folder 'Resource Bundles' in 'Edit Attributes' dialog for jsp tag
attributes
is replaced with the standard folder icon.
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/drop/treeviewer/ui/AttributeValueLabelProvider.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/drop/treeviewer/ui/AttributeValueLabelProvider.java 2007-11-07
09:05:56 UTC (rev 4753)
+++
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/drop/treeviewer/ui/AttributeValueLabelProvider.java 2007-11-07
13:07:20 UTC (rev 4754)
@@ -55,7 +55,7 @@
imagesPathes.put(BundlesNameResourceElement.class,
"images/jdo/db_fields_folder.gif");
imagesPathes.put(BundleNameElement.class,
"images/navigationtree/properties.gif");
- imagesPathes.put(BundlesPropertiesResourceElement.class,
"images/jdo/db_fields_folder.gif");
+ imagesPathes.put(BundlesPropertiesResourceElement.class,
"images/file/closed_folder.gif");
imagesPathes.put(BundleAliasElement.class,
"images/navigationtree/properties.gif");
imagesPathes.put(BundlePropertyElement.class,
"images/navigationtree/property.gif");
Show replies by date