Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-03-15 04:37:26 +0000
committerDarin Wright2003-03-15 04:37:26 +0000
commitc7b20aa5360070c65a79f1b3893bc111aa03e0d1 (patch)
tree375723e11d44c7f1306de3a7b34b225e5f600b5d /org.eclipse.debug.ui/plugin.properties
parent73b7bbb0a77360292d6134896f0f6797ed76d24d (diff)
downloadeclipse.platform.debug-c7b20aa5360070c65a79f1b3893bc111aa03e0d1.tar.gz
eclipse.platform.debug-c7b20aa5360070c65a79f1b3893bc111aa03e0d1.tar.xz
eclipse.platform.debug-c7b20aa5360070c65a79f1b3893bc111aa03e0d1.zip
bug 35035 - Migrate actions to command extension point
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 9c32b8c6e..2e8967a8d 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -93,6 +93,9 @@ VariableViewsPreferencePage.name=Variable Views
providerName=Eclipse.org
+runCategory.name= Run
+runCategory.description= Run command category
+
NoSourceFoundEditor.name= No Source Found
DetailPaneWordWrapAction.label=Word &Wrap in Detail Pane

Back to the top