From 0bef556cd0bc40ef6cfb467853df5e5fec3d4054 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Tue, 24 Aug 2010 04:21:05 +0000 Subject: [PATCH] bug 323402: Open external location in Problems View throws exception when file is not there --- .../src/org/eclipse/cdt/internal/ui/util/Messages.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/Messages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/Messages.properties index 6805d5fb139..4fc6559d569 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/Messages.properties +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/util/Messages.properties @@ -11,3 +11,5 @@ EditorUtility_calculatingChangedRegions_message=Calculating changed regions EditorUtility_error_calculatingChangedRegions=An error occurred while calculating the changed regions. See error log for details. +OpenExternalProblemAction_CannotReadExternalLocation=Cannot read external location {0} +OpenExternalProblemAction_ErrorOpeningFile=Error Opening File