Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-06-09 12:37:56 +0000
committerDavid Inglis2004-06-09 12:37:56 +0000
commit1d2f0a957bac1a411b690b5b3af6038e0fde3492 (patch)
tree0859c699aa041fc4ff9b585e4f2859420e63da30 /core/org.eclipse.cdt.core/plugin.properties
parente1d46bbeede51ec67aed8926d63ff745d68a0766 (diff)
downloadorg.eclipse.cdt-1d2f0a957bac1a411b690b5b3af6038e0fde3492.tar.gz
org.eclipse.cdt-1d2f0a957bac1a411b690b5b3af6038e0fde3492.tar.xz
org.eclipse.cdt-1d2f0a957bac1a411b690b5b3af6038e0fde3492.zip
I18N patch from Tanya Wolff
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.core/plugin.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties
index 78a440769c4..6044957479e 100644
--- a/core/org.eclipse.cdt.core/plugin.properties
+++ b/core/org.eclipse.cdt.core/plugin.properties
@@ -26,4 +26,10 @@ CDTGNULinkerErrorParser.name=CDT GNU Linker Error Parser
CDTGNUMakeErrorParser.name=CDT GNU Make Error Parser
CDTVisualCErrorParser.name=CDT Visual C Error Parser
-PathEntryContainerInitializer=Path Entry Container Initializer \ No newline at end of file
+PathEntryContainerInitializer=Path Entry Container Initializer
+
+fileTypeMapping.cSourceFile=C Source File
+fileTypeMapping.cppSourceFile=C++ Source File
+fileTypeMapping.assemblySourceFile=Assembly Source File
+fileTypeMapping.cHeaderFile=C Header File
+fileTypeMapping.cppHeaderFile=C++ Header File \ No newline at end of file

Back to the top