From 4c02dcaa92b2ce8b3b24de1efbbd65ed699e3938 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 1 Oct 2003 20:27:12 +0000 Subject: [PATCH] Missing property --- .../src/org/eclipse/cdt/internal/ui/CPluginResources.properties | 1 + 1 file changed, 1 insertion(+) 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 7e8d9aacf6f..e18b4d797ed 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 @@ -55,6 +55,7 @@ CProjectWizardPage.projectNameEmpty=Project name must be specified. CProjectWizardPage.defaultLocationError=Location path can not overlap with default location. CProjectWizardPage.projectExistsMessage=Project already exists. CProjectWizardPage.directoryLabel=Select the project contents directory. +CProjectWizardPage.locationError=Invalid path location. # ------- ProjectConfigurationBlock-------