Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2008-06-05 21:45:46 +0000
committerVivian Kong2008-06-05 21:45:46 +0000
commit5e2214482742692d994671ecc6c4cc7dbc214bc1 (patch)
tree27a339ec59b3147c0b50c565fd7e4bcb0f218dd3 /xlc/org.eclipse.cdt.managedbuilder.xlc.ui
parentcf9987e483b0bfb4bf674e941fa8664ea1c8216e (diff)
downloadorg.eclipse.cdt-5e2214482742692d994671ecc6c4cc7dbc214bc1.tar.gz
org.eclipse.cdt-5e2214482742692d994671ecc6c4cc7dbc214bc1.tar.xz
org.eclipse.cdt-5e2214482742692d994671ecc6c4cc7dbc214bc1.zip
fix for 187634 - need to mark "Debug" and "Release" as non-translatable for xlc too because they are used as folder names
Diffstat (limited to 'xlc/org.eclipse.cdt.managedbuilder.xlc.ui')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
index 90236a19de0..b9aad6f91b0 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/plugin.properties
@@ -19,8 +19,10 @@ TargetName.xlc.so=Shared Library (XL C/C++)
TargetName.xlc.lib=Static Library(XL C/C++)
# Default Configuration Names
+# START NON-TRANSLATABLE
ConfigName.Rel=Release
ConfigName.Dbg=Debug
+# END NON-TRANSLATABLE
# Generic tool-chain names
ToolChainName.Rel=XL C/C++ Tool Chain

Back to the top