Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.dtd.ui/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.dtd.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.dtd.ui/plugin.xml b/bundles/org.eclipse.wst.dtd.ui/plugin.xml
index fa740430d2..b98f32b775 100644
--- a/bundles/org.eclipse.wst.dtd.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.dtd.ui/plugin.xml
@@ -6,7 +6,7 @@
<!-- class="org.eclipse.wst.sse.ui.StructuredTextEditor" -->
<editor
name="%DTD_Source_Page_Editor.name"
- icon="icons/full/obj16/DTDFile.gif"
+ icon="$nl$/icons/full/obj16/DTDFile.gif"
contributorClass="org.eclipse.wst.dtd.ui.internal.editor.ActionContributorDTD"
class="org.eclipse.wst.dtd.ui.internal.DTDEditor"
symbolicFontName="org.eclipse.wst.sse.ui.textfont"
@@ -117,7 +117,7 @@
name="%_UI_WIZARD_NEW_DTD"
class="org.eclipse.wst.dtd.ui.internal.wizard.NewDTDWizard"
category="org.eclipse.wst.XMLCategory"
- icon="icons/full/etool16/newdtd_wiz.gif">
+ icon="$nl$/icons/full/etool16/newdtd_wiz.gif">
<description>%_UI_CREATE_NEW_DTD_FILE</description>
<selection class="org.eclipse.core.resources.IResource" />
</wizard>

Back to the top