From b31adfd4def71226b3093b40db53ec7151669b57 Mon Sep 17 00:00:00 2001 From: "Judy N. Green" Date: Thu, 31 Oct 2002 19:30:58 +0000 Subject: [PATCH] Changed title "Referenced Projects" to "Referenced C/C++ projects" in order to distinguish it from the Referenced projects that Eclipse ads to project properties by default --- .../src/org/eclipse/cdt/internal/ui/CPluginResources.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties index 3bae56b1452..2b2f9ae62d5 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties @@ -54,7 +54,7 @@ ProjectConfigurationBlock.error.InvalidBuildCommand=Invalid build command # --- The new wizards ---- # FIXME: Remove the properties above when satisfy with wizards. ReferenceBlock.label= Projects -ReferenceBlock.desc= Referenced Projects +ReferenceBlock.desc= Referenced C/C++ Projects SettingsBlock.label=Build Settings SettingsBlock.keepOnGoing=Keep Going On Error