Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornick2002-06-12 04:05:19 +0000
committernick2002-06-12 04:05:19 +0000
commite2f7290d32f00d52783e0920d5b8ac08b05bedd3 (patch)
treeca46fbcaeecdf7c65501c6fa54a410c5c27f2b5d /org.eclipse.ui.examples.javaeditor/plugin.xml
parent8e7660ed50b6861cd1a779deb46bf894812cabe2 (diff)
downloadeclipse.platform.text-e2f7290d32f00d52783e0920d5b8ac08b05bedd3.tar.gz
eclipse.platform.text-e2f7290d32f00d52783e0920d5b8ac08b05bedd3.tar.xz
eclipse.platform.text-e2f7290d32f00d52783e0920d5b8ac08b05bedd3.zip
Icon refresh from Linda, and removed basic iconsv20020612a
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor/plugin.xml')
-rw-r--r--org.eclipse.ui.examples.javaeditor/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/plugin.xml b/org.eclipse.ui.examples.javaeditor/plugin.xml
index 332ecf9810b..070e404a876 100644
--- a/org.eclipse.ui.examples.javaeditor/plugin.xml
+++ b/org.eclipse.ui.examples.javaeditor/plugin.xml
@@ -20,7 +20,7 @@
point="org.eclipse.ui.editors">
<editor
name="%javaEditorName"
- icon="icons/basic/obj16/java.gif"
+ icon="icons/obj16/java.gif"
extensions="jav"
contributorClass="org.eclipse.ui.examples.javaeditor.JavaActionContributor"
class="org.eclipse.ui.examples.javaeditor.JavaEditor"

Back to the top