Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2004-04-06 12:55:26 +0000
committerAndre Weinand2004-04-06 12:55:26 +0000
commite88dcc2ea4d3d5843433ed06451a953d0f33fc76 (patch)
tree9eb6dd6bafa901daa7a036da124df7e917754c73 /bundles/org.eclipse.compare/plugin.xml
parent53f9aac29d9677858d4e272ff2da78053f70d825 (diff)
downloadeclipse.platform.team-e88dcc2ea4d3d5843433ed06451a953d0f33fc76.tar.gz
eclipse.platform.team-e88dcc2ea4d3d5843433ed06451a953d0f33fc76.tar.xz
eclipse.platform.team-e88dcc2ea4d3d5843433ed06451a953d0f33fc76.zip
new icons for 3.0
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 fb3f5186f..0f490acfc 100644
--- a/bundles/org.eclipse.compare/plugin.xml
+++ b/bundles/org.eclipse.compare/plugin.xml
@@ -99,7 +99,7 @@
point="org.eclipse.ui.editors">
<editor
name="%defaultCompareEditor.name"
- icon="icons/full/cview16/compare_view.gif"
+ icon="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