mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Change attribute.
This commit is contained in:
parent
ebb45efa08
commit
d6563a382b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ public interface ICDTLaunchConfigurationConstants {
|
|||
* Launch configuration attribute key. The value is a name of
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue