Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
diff options
context:
space:
mode:
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index e4930bceb14..2972e8c4e8c 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -42,7 +42,7 @@
delegate="org.eclipse.cdt.launch.internal.LocalAttachLaunchDelegate"
modes="debug"
public="true"
- id="org.eclipse.cdt.launch.localAttachLaunch">
+ id="org.eclipse.cdt.launch.localAttachCLaunch">
</launchConfigurationType>
<launchConfigurationType
name="%CoreFileCDTLaunch.name"
@@ -61,7 +61,7 @@
</launchConfigurationTypeImage>
<launchConfigurationTypeImage
icon="icons/c_app.gif"
- configTypeID="org.eclipse.cdt.launch.localAttachLaunch"
+ configTypeID="org.eclipse.cdt.launch.localAttachCLaunch"
id="org.eclipse.cdt.launch.localAttachLaunchImage">
</launchConfigurationTypeImage>
<launchConfigurationTypeImage
@@ -78,7 +78,7 @@
id="org.eclipse.cdt.launch.localRunLaunchTabGroup">
</launchConfigurationTabGroup>
<launchConfigurationTabGroup
- type="org.eclipse.cdt.launch.localAttachLaunch"
+ type="org.eclipse.cdt.launch.localAttachCLaunch"
class="org.eclipse.cdt.launch.internal.ui.LocalAttachLaunchConfigurationTabGroup"
id="org.eclipse.cdt.launch.localAttachLaunchTabGroup">
</launchConfigurationTabGroup>

Back to the top