mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
added launch icon
This commit is contained in:
parent
d356f299da
commit
b725003bc8
2 changed files with 2 additions and 13 deletions
BIN
launch/org.eclipse.cdt.launch/icons/c_app.gif
Normal file
BIN
launch/org.eclipse.cdt.launch/icons/c_app.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 862 B |
|
@ -34,8 +34,8 @@
|
|||
<extension
|
||||
point="org.eclipse.debug.ui.launchConfigurationTypeImages">
|
||||
<launchConfigurationTypeImage
|
||||
icon="icon/localCLaunch.gif"
|
||||
configTypeID="org.eclipse.cdt.launch.LocalCLaunch"
|
||||
icon="icons/c_app.gif"
|
||||
configTypeID="org.eclipse.cdt.launch.localCLaunch"
|
||||
id="org.eclipse.cdt.launch.localCLaunchImage">
|
||||
</launchConfigurationTypeImage>
|
||||
</extension>
|
||||
|
@ -47,15 +47,4 @@
|
|||
id="org.eclipse.cdt.launch.localClaunchConfigurationTabGroup">
|
||||
</launchConfigurationTabGroup>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.debug.ui.launchShortcuts">
|
||||
<shortcut
|
||||
label="org.eclipse.cdt.launch.shortcut1"
|
||||
icon="org.eclipse.cdt.launch.shortcut1"
|
||||
modes="run,debug"
|
||||
class="org.eclipse.cdt.launch.LaunchShortcut1"
|
||||
id="org.eclipse.cdt.launch.localCShortcut">
|
||||
</shortcut>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue