Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-01-29 16:25:41 +0000
committerDarin Wright2004-01-29 16:25:41 +0000
commit3e36fbad34bcb1a3c447c02ac9e55c35c6475382 (patch)
tree1fc50d4bd72a3bc63634feed40a558890ebfe201 /org.eclipse.debug.ui/plugin.properties
parent7583542297dbe8c7860690c5927addd407caa13e (diff)
downloadeclipse.platform.debug-3e36fbad34bcb1a3c447c02ac9e55c35c6475382.tar.gz
eclipse.platform.debug-3e36fbad34bcb1a3c447c02ac9e55c35c6475382.tar.xz
eclipse.platform.debug-3e36fbad34bcb1a3c447c02ac9e55c35c6475382.zip
Bug 18338 - Run/Debug in the context menu
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 f206a1f12..f71d2fc9f 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -188,6 +188,9 @@ BreakpointMarkerPreference.label= Breakpoints
SourceContainerPresentationsName = Source Container Presentations
+LaunchMenu.label=&Run
+LaunchMenuNoneApplicable.label=(None Applicable)
+
containerName.workingSet = Working set
sourceNotFoundEditorName=Source Not Found Editor

Back to the top