Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.ui')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.ui/plugin.properties7
-rw-r--r--debug/org.eclipse.cdt.debug.mi.ui/plugin.xml8
2 files changed, 10 insertions, 5 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties b/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
index 00d91b7edcf..55bd62cbcfd 100644
--- a/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2009 QNX Software Systems and others.
+# Copyright (c) 2000, 2010 QNX Software Systems and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -21,3 +21,8 @@ TargetOptionsPage.label=GDB/MI Options
VerboseMode.label=Verbose Mode
VerboseMode.tooltip=Verbose Mode For gdb Console
+
+category.description = C/C++ debugging with the CDI (legacy) GDB debugger
+category.name = CDT CDI-GDB - GDB Debugging (Legacy)
+activity.description = C/C++ debugging with the CDI (legacy) GDB debugger
+activity.name = CDT CDI-GDB - GDB Debugging (Legacy) \ No newline at end of file
diff --git a/debug/org.eclipse.cdt.debug.mi.ui/plugin.xml b/debug/org.eclipse.cdt.debug.mi.ui/plugin.xml
index 4d41d97d58d..f8a1a277081 100644
--- a/debug/org.eclipse.cdt.debug.mi.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.mi.ui/plugin.xml
@@ -88,8 +88,8 @@
point="org.eclipse.ui.activities">
<category
- name="CDT CDI-GDB - GDB Debugging (Legacy)"
- description="C/C++ debugging with the CDI (legacy) GDB debugger"
+ name="%category.name"
+ description="%category.description"
id="org.eclipse.cdt.debug.cdigdbCategory">
</category>
@@ -99,8 +99,8 @@
</categoryActivityBinding>
<activity
- name="CDT CDI-GDB - GDB Debugging (Legacy)"
- description="C/C++ debugging with the CDI (legacy) GDB debugger"
+ name="%activity.name"
+ description="%activity.description"
id="org.eclipse.cdt.debug.cdigdbActivity">
</activity>

Back to the top