diff options
author | Matthias Becker | 2017-05-02 11:27:26 +0000 |
---|---|---|
committer | Lars Vogel | 2017-05-15 09:27:42 +0000 |
commit | 2d934aa3b24f3b875d57839f7eb527d26059d2bb (patch) | |
tree | 37ea3c8cb0330fcfa3236f4a802105a1d347d916 /org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui | |
parent | 2929f99da3907b583fff13e26942817a4595f4fa (diff) | |
download | eclipse.platform.text-2d934aa3b24f3b875d57839f7eb527d26059d2bb.tar.gz eclipse.platform.text-2d934aa3b24f3b875d57839f7eb527d26059d2bb.tar.xz eclipse.platform.text-2d934aa3b24f3b875d57839f7eb527d26059d2bb.zip |
Bug 501117: Replace gif files in org.eclipse.ui.examples.javaeditor
Change-Id: I3a5855f45b01c169ab8ead52fe77d776e683aa5f
Signed-off-by: Matthias Becker <ma.becker@sap.com>
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui')
-rw-r--r-- | org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/XMLCompletionProcessor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/XMLCompletionProcessor.java b/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/XMLCompletionProcessor.java index 481870b9a..ac6962ea0 100644 --- a/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/XMLCompletionProcessor.java +++ b/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/XMLCompletionProcessor.java @@ -30,7 +30,7 @@ import org.eclipse.ui.examples.templateeditor.editors.TemplateEditorUI; * A completion processor for XML templates. */ public class XMLCompletionProcessor extends TemplateCompletionProcessor { - private static final String DEFAULT_IMAGE= "$nl$/icons/template.gif"; //$NON-NLS-1$ + private static final String DEFAULT_IMAGE= "$nl$/icons/template.png"; //$NON-NLS-1$ /** * We watch for angular brackets since those are often part of XML |