Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-09-24 19:15:22 +0000
committerDavid Inglis2004-09-24 19:15:22 +0000
commite3d23e3704ec4dc31ddcb9252fc82b2ac62c7d6c (patch)
tree206a7753b60ea98dd18a24d5473a9f247a6dc205 /build/org.eclipse.cdt.make.ui/plugin.xml
parent408fbabd90f3059ccbe415c1181a979306930a64 (diff)
downloadorg.eclipse.cdt-e3d23e3704ec4dc31ddcb9252fc82b2ac62c7d6c.tar.gz
org.eclipse.cdt-e3d23e3704ec4dc31ddcb9252fc82b2ac62c7d6c.tar.xz
org.eclipse.cdt-e3d23e3704ec4dc31ddcb9252fc82b2ac62c7d6c.zip
patch from ChrisW
Diffstat (limited to 'build/org.eclipse.cdt.make.ui/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.make.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.make.ui/plugin.xml b/build/org.eclipse.cdt.make.ui/plugin.xml
index 4270089aba2..497c411aeb6 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.xml
+++ b/build/org.eclipse.cdt.make.ui/plugin.xml
@@ -462,7 +462,7 @@
point="org.eclipse.ui.editors">
<editor
name="%MakefileEditor.name"
- icon="icons/ctool16/makefile.gif"
+ icon="icons/obj16/makefile.gif"
extensions="mk"
filenames="Makefile,makefile,GNUMakefile"
contributorClass="org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor"

Back to the top