Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Externalized stray strings in make.ui


Last string to externalize caught by chkpii tool in plugin.xml:



Thanks!
Tanya
Index: plugin.xml
===================================================================
retrieving revision 1.29
diff -u -r1.29 plugin.xml
--- plugin.xml	22 Mar 2004 17:53:44 -0000	1.29
+++ plugin.xml	23 Mar 2004 14:37:12 -0000
@@ -389,7 +389,7 @@
          name="MakefileEditor"
          point="org.eclipse.ui.editors">
       <editor
-            name="Makefile Editor"
+            name="%MakefileEditor.name"
             icon="icons/ctool16/makefile.gif"
             filenames="Makefile,makefile"
             contributorClass="org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor"

Back to the top