1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
This commit is contained in:
Ken Ryall 2010-02-11 20:42:32 +00:00
parent 7137aaeb64
commit e2cc17c5cb

View file

@ -71,7 +71,7 @@ public class CSourceNotFoundEditor extends CommonSourceNotFoundEditor {
public static final String UID_LOCATE_FILE_BUTTON = UID_CLASS_NAME+ "locateFileButton"; //$NON-NLS-1$
public static final String UID_EDIT_LOOKUP_BUTTON = UID_CLASS_NAME+ "editLookupButton"; //$NON-NLS-1$
private String missingFile;
private String missingFile = ""; //$NON-NLS-1$
private ILaunchConfiguration launch;
private IAdaptable context;
private ITranslationUnit tunit;