1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 04:15:35 +02:00

bug 323402: Open external location in Problems View throws exception when file is not there

This commit is contained in:
Andrew Gvozdev 2010-08-23 18:16:13 +00:00
parent 2edb4b19bb
commit 065dca29f4

View file

@ -21,6 +21,10 @@ public class Messages extends NLS {
public static String EditorUtility_calculatingChangedRegions_message;
public static String EditorUtility_error_calculatingChangedRegions;
public static String OpenExternalProblemAction_CannotReadExternalLocation;
public static String OpenExternalProblemAction_ErrorOpeningFile;
public static String format(String pattern, Object... arguments) {
return MessageFormat.format(pattern, arguments);
}