Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2009-02-27 22:38:54 +0000
committerPawel Piech2009-02-27 22:38:54 +0000
commitb006bc98c3abca8ba53bd7c5132ccd0d883703c2 (patch)
tree6ac8e9d3a24676c0e58b157f0ebc6f3033377ad8 /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent22b507266d6d249da439d6b8bb351df43be9fa4c (diff)
downloadorg.eclipse.cdt-b006bc98c3abca8ba53bd7c5132ccd0d883703c2.tar.gz
org.eclipse.cdt-b006bc98c3abca8ba53bd7c5132ccd0d883703c2.tar.xz
org.eclipse.cdt-b006bc98c3abca8ba53bd7c5132ccd0d883703c2.zip
Bug 262826 - Create common C/C++ launch configurations
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 3ab258552cf..b8c407ca6b4 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -189,3 +189,9 @@ breapointType.regular.label=Regular
breapointType.hardware.label=Hardware
breapointType.temporay.label=Temporary
breapointType.hardwaretemporaty.label=Hardware Temporary
+
+CApplicationShortcut.label=Local C/C++ Application
+ContextualRunCApplication.description=Runs a local C/C++ application
+ContextualDebugCApplication.description=Debugs a local C/C++ application
+
+

Back to the top