Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.xml')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml
index a455fce0a59..e55977af88c 100644
--- a/launch/org.eclipse.cdt.launch/plugin.xml
+++ b/launch/org.eclipse.cdt.launch/plugin.xml
@@ -90,14 +90,11 @@
</enablement>
<contextLabel
mode="run"
- label="%ContextualRunJavaApplication.label"/>
+ label="%ContextualRunCApplication.label"/>
<contextLabel
mode="debug"
- label="%ContextualDebugJavaApplication.label"/>
+ label="%ContextualDebugCApplication.label"/>
</contextualLaunch>
- <filter
- name="ContextualLaunchActionFilter"
- value="supportsContextualLaunch"/>
<perspective
id="org.eclipse.cdt.ui.CPerspective">
</perspective>

Back to the top