mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
[269306] Add PROP_ID2 to checkProperty()
This commit is contained in:
parent
c25cfb3731
commit
32e61b60a7
1 changed files with 3 additions and 1 deletions
|
@ -94,7 +94,9 @@ class ExecutionContextLabelText extends LabelText {
|
|||
if (PROP_NAME_KNOWN.equals(propertyName) ||
|
||||
IElementPropertiesProvider.PROP_NAME.equals(propertyName) ||
|
||||
PROP_ID_KNOWN.equals(propertyName) ||
|
||||
ILaunchVMConstants.PROP_ID.equals(propertyName))
|
||||
ILaunchVMConstants.PROP_ID.equals(propertyName) ||
|
||||
PROP_ID2_KNOWN.equals(propertyName) ||
|
||||
ILaunchVMConstants.PROP_ID2.equals(propertyName))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue