Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorJesse Weinstein2013-03-19 00:14:26 +0000
committerSergey Prigogin2013-03-21 21:02:11 +0000
commit07fcd9213c2a3208ac8c26ae4261b697493b1c9b (patch)
tree7d63c81e1b8ca943dfe5d1cef7ecdbe015f5c695 /xlc
parent178b505535690042301a73187c97523e55c2053d (diff)
downloadorg.eclipse.cdt-07fcd9213c2a3208ac8c26ae4261b697493b1c9b.tar.gz
org.eclipse.cdt-07fcd9213c2a3208ac8c26ae4261b697493b1c9b.tar.xz
org.eclipse.cdt-07fcd9213c2a3208ac8c26ae4261b697493b1c9b.zip
Bug 349248: Fix even more user-visible CDT refs
Change-Id: If212f90e96dc9f90456239ca6f7b8f319caf977e Reviewed-on: https://git.eclipse.org/r/11372 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Diffstat (limited to 'xlc')
-rwxr-xr-x[-rw-r--r--]xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties b/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties
index cef2c77ad87..47dc4f6d10b 100644..100755
--- a/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties
+++ b/xlc/org.eclipse.cdt.errorparsers.xlc/plugin.properties
@@ -16,7 +16,7 @@
pluginName=xlC Error Parser Test Plugin
providerName=Eclipse CDT
-CDTXLCErrorParser.name=CDT xlC Error Parser
+CDTXLCErrorParser.name=xlC Error Parser
# Translators: do not translate patterns below. We currently do not support NL versions of the XL C/C++ compilers.
# Following are patterns of xlC compiler messages. While translating the patterns should be replaced

Back to the top