Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-12-07 21:10:10 +0000
committerDavid Inglis2004-12-07 21:10:10 +0000
commit3cf696c11ee6e919d1f24b29709205e028700f06 (patch)
treeb8a3ca78b4ffd9d977ad6cc542c5c8ade25f951a /core/org.eclipse.cdt.ui/plugin.properties
parentdcce15252317b1b6c0f0ef4d957528d570be127a (diff)
downloadorg.eclipse.cdt-3b05cf88430fb902fc9decff50c56b5abbc1513b.tar.gz
org.eclipse.cdt-3b05cf88430fb902fc9decff50c56b5abbc1513b.tar.xz
org.eclipse.cdt-3b05cf88430fb902fc9decff50c56b5abbc1513b.zip
patch from BogdanCDT_1_2_branch
"This patch adds an index enablement tab to the project properties page for both managed and standard make projects for the 1.2 stream. "
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties
index 98bde042e4a..dea44678067 100644
--- a/core/org.eclipse.cdt.ui/plugin.properties
+++ b/core/org.eclipse.cdt.ui/plugin.properties
@@ -94,3 +94,5 @@ CSearchActionSet.description= Action set containing search related C/C++ actions
# Menus
searchMenu.label= Se&arch
+# Indexer
+CDTIndexerProperty.name=C/C++ Indexer \ No newline at end of file

Back to the top