changeset 4:d42b86029389

use the default JDT icon for the java editor so the look and feel our editor is the same when it't not displaying the flagged icon
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 15 Dec 2014 14:13:11 +0100
parents ad16ec6d6284
children dd4ab3c8d143
files icons/jcu_obj.gif plugin.xml
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file icons/jcu_obj.gif has changed
--- a/plugin.xml	Mon Dec 15 06:31:20 2014 +0100
+++ b/plugin.xml	Mon Dec 15 14:13:11 2014 +0100
@@ -11,7 +11,7 @@
             class="de.codedo.java.editor.CodedoJavaEditor"
             default="false"
             filenames="*.java"
-            icon="icons/icon.png"
+            icon="icons/jcu_obj.gif"
             id="org.eclipse.jdt.ui.CompilationUnitEditor"
             name="Java editor with custom icon">
       </editor>