Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2008-05-30 19:29:15 +0000
committerVivian Kong2008-05-30 19:29:15 +0000
commit421cf1068797ad83dd28976c19cf03dff2ed7669 (patch)
treef9962fbff3f85fd4f4ef590d5351293d4e7f1186 /build/org.eclipse.cdt.managedbuilder.ui/plugin.properties
parentfcca0c17eacfd31366c725a7355df1105ace21e4 (diff)
downloadorg.eclipse.cdt-421cf1068797ad83dd28976c19cf03dff2ed7669.tar.gz
org.eclipse.cdt-421cf1068797ad83dd28976c19cf03dff2ed7669.tar.xz
org.eclipse.cdt-421cf1068797ad83dd28976c19cf03dff2ed7669.zip
fix for bug 234912
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui/plugin.properties')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui/plugin.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties
index a2dd4b0a287..675a7331f1b 100644
--- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties
+++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2007 IBM Corporation and others.
+# Copyright (c) 2003, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -70,8 +70,11 @@ Build.artifact=Build Artifact
Builder.settings=Builder Settings
WBB.settings=Behaviour
Includes=Includes
+Includes.tooltip=Includes list
Symbols=Symbols
+Symbols.tooltip=Macros list
Libraries=Libraries
+Libraries.tooltip=Libraries list
Library.paths=Library Paths
References=References
Source.location=Source Location

Back to the top