Author: dgolovin
Date: 2009-06-20 02:51:49 -0400 (Sat, 20 Jun 2009)
New Revision: 16101
Modified:
trunk/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/xpl/ToggleOccurencesMarkUpAction.java
Log:
Modified:
trunk/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/xpl/ToggleOccurencesMarkUpAction.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/xpl/ToggleOccurencesMarkUpAction.java 2009-06-20
01:00:54 UTC (rev 16100)
+++
trunk/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/xpl/ToggleOccurencesMarkUpAction.java 2009-06-20
06:51:49 UTC (rev 16101)
@@ -102,7 +102,7 @@
String relPath= getString(bundle, imageKey, null);
try {
- ImageDescriptor id =
ImageDescriptor.createFromURL(makeIconFileURL("resources/icons/xpl", relPath));
//$NON-NLS-1$
+ ImageDescriptor id =
ImageDescriptor.createFromURL(makeIconFileURL("icons/xpl", relPath));
//$NON-NLS-1$
if (id != null)
setImageDescriptor(id);
} catch (MalformedURLException e) {
@@ -111,7 +111,7 @@
relPath= getString(bundle, disabledImageKey, null);
try {
- ImageDescriptor id=
ImageDescriptor.createFromURL(makeIconFileURL("resources/icons/xpl", relPath));
//$NON-NLS-1$
+ ImageDescriptor id=
ImageDescriptor.createFromURL(makeIconFileURL("icons/xpl", relPath));
//$NON-NLS-1$
if (id != null)
setDisabledImageDescriptor(id);
} catch (MalformedURLException e) {
Show replies by date