mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Correct descriptorTypeId for default launch type
This is mostly a no-op change, but fixes the error
about incorrect reference.
The descriptorUI extension used an ID that never existed,
and the code in ConfigSelector just fell back on
DefaultDescriptorLabelProvider it none were found, so
the user visible change here is nothing.
Fixup for 8f8c2e02b6
This commit is contained in:
parent
324d069099
commit
2d516a3c54
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
<extension
|
||||
point="org.eclipse.launchbar.ui.launchBarUIContributions">
|
||||
<descriptorUI
|
||||
descriptorTypeId="org.eclipse.launchbar.core.descriptor.default"
|
||||
descriptorTypeId="org.eclipse.launchbar.core.descriptorType.default"
|
||||
labelProvider="org.eclipse.launchbar.ui.DefaultDescriptorLabelProvider">
|
||||
</descriptorUI>
|
||||
</extension>
|
||||
|
|
Loading…
Add table
Reference in a new issue