Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2005-08-05 14:38:50 +0000
committerAndre Weinand2005-08-05 14:38:50 +0000
commit713e30b3af18bdbc8d05b612a0da11c9814b177b (patch)
treebce1cf2d16e3b91d99ca825af664ec9939946a85 /bundles/org.eclipse.compare/plugin.xml
parent9a8361241915015d41b83113e58a9f3a5b99c09f (diff)
downloadeclipse.platform.team-713e30b3af18bdbc8d05b612a0da11c9814b177b.tar.gz
eclipse.platform.team-713e30b3af18bdbc8d05b612a0da11c9814b177b.tar.xz
eclipse.platform.team-713e30b3af18bdbc8d05b612a0da11c9814b177b.zip
fixed 105230: [BIDI] need to add $nl$/ to icon paths for reversed iconsv20050805
Diffstat (limited to 'bundles/org.eclipse.compare/plugin.xml')
-rw-r--r--bundles/org.eclipse.compare/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/plugin.xml b/bundles/org.eclipse.compare/plugin.xml
index 6dbdcce94..c0f15be09 100644
--- a/bundles/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugin.xml
@@ -78,7 +78,7 @@
point="org.eclipse.ui.editors">
<editor
name="%defaultCompareEditor.name"
- icon="icons/full/eview16/compare_view.gif"
+ icon="$nl$/icons/full/eview16/compare_view.gif"
contributorClass="org.eclipse.compare.internal.CompareEditorContributor"
class="org.eclipse.compare.internal.CompareEditor"
id="org.eclipse.compare.CompareEditor">

Back to the top