mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Display proper icon for core launches
Core launches were missing their icon in the Debug View
Fixup for e9beafae10
This commit is contained in:
parent
e4d4d8c02c
commit
95bb7afb47
1 changed files with 1 additions and 1 deletions
|
@ -2575,7 +2575,7 @@
|
|||
<extension
|
||||
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
||||
<launchConfigurationTypeImage
|
||||
configTypeID="org.eclipse.cdt.debug.core.localLaunchConfigurationType"
|
||||
configTypeID="org.eclipse.cdt.debug.core.localCoreBuildLaunchConfigType"
|
||||
icon="icons/obj16/c_app.gif"
|
||||
id="org.eclipse.cdt.debug.ui.localLaunchConfigurationTypeImage">
|
||||
</launchConfigurationTypeImage>
|
||||
|
|
Loading…
Add table
Reference in a new issue