From 4feef1ec43172823cf2921e2e6e90862949f4b2d Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 22 Jun 2005 14:41:27 +0000 Subject: [PATCH] 2005-06-22 Alain Magloire Fix PR 100263 from Devin. * src/org/eclipse/cdt/internal/ui/preferences/PrefrencesMessages.properties --- core/org.eclipse.cdt.ui/ChangeLog | 4 ++++ .../internal/ui/preferences/PreferencesMessages.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index d64dfc5d2c9..570c458f2ff 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,7 @@ +2005-06-22 Alain Magloire + Fix PR 100263 from Devin. + * src/org/eclipse/cdt/internal/ui/preferences/PrefrencesMessages.properties + 2005-06-08 Alain Magloire Fix PR 98846 * src/org/eclipse/cdt/internal/ui/util/ResourceTOItemsMapper.java diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties index 6f14f7ec877..f6aeee6a051 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties @@ -234,7 +234,7 @@ PathEntryVariableDialog.dialogTitle.existingVariable = Edit an Existing PathEntr PathEntryVariableDialog.message.newVariable = Enter a new PathEntry variable name and its associated location. PathEntryVariableDialog.message.existingVariable = Edit PathEntry variable's name and path value. -PathEntryVariableDialog.variableName = &Name:overConfigurationBlock +PathEntryVariableDialog.variableName = &Name: PathEntryVariableDialog.variableValue = &Location: PathEntryVariableDialog.variableNameEmptyMessage = You must provide a variable name. PathEntryVariableDialog.variableValueEmptyMessage = You must provide a file or folder path as variable value.