# HG changeset patch # User Dirk Olmes # Date 1418649191 -3600 # Node ID d42b8602938989923e19d6345c5586107f2c2bc1 # Parent ad16ec6d62846d5369d81883e70a22854c258640 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 diff -r ad16ec6d6284 -r d42b86029389 icons/jcu_obj.gif Binary file icons/jcu_obj.gif has changed diff -r ad16ec6d6284 -r d42b86029389 plugin.xml --- 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">