mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-02 05:45:58 +02:00
Last string to externalize caught by chkpii tool in plugin.xml
This commit is contained in:
parent
297edc9e7b
commit
616f583ea2
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@
|
||||||
name="MakefileEditor"
|
name="MakefileEditor"
|
||||||
point="org.eclipse.ui.editors">
|
point="org.eclipse.ui.editors">
|
||||||
<editor
|
<editor
|
||||||
name="Makefile Editor"
|
name="%MakefileEditor.name"
|
||||||
icon="icons/ctool16/makefile.gif"
|
icon="icons/ctool16/makefile.gif"
|
||||||
filenames="Makefile,makefile"
|
filenames="Makefile,makefile"
|
||||||
contributorClass="org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor"
|
contributorClass="org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor"
|
||||||
|
|
Loading…
Add table
Reference in a new issue