1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Change attribute.

This commit is contained in:
Alain Magloire 2002-09-23 19:31:50 +00:00
parent ebb45efa08
commit d6563a382b

View file

@ -12,7 +12,7 @@ public interface ICDTLaunchConfigurationConstants {
* Launch configuration attribute key. The value is a name of * Launch configuration attribute key. The value is a name of
* a C/C++ project associated with a C/C++ launch configuration. * a C/C++ project associated with a C/C++ launch configuration.
*/ */
public static final String ATTR_PROJECT_NAME = LaunchUIPlugin.getUniqueIdentifier() + ".PROJECT_ATTR"; //$NON-NLS-1$ public static final String ATTR_PROJECT_NAME = LaunchUIPlugin.getUniqueIdentifier() + ".PROJECT_NAME"; //$NON-NLS-1$
/** /**
* Launch configuration attribute key. The value is a string specifying * Launch configuration attribute key. The value is a string specifying