Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-01-27 20:46:35 +0000
committerDarin Wright2004-01-27 20:46:35 +0000
commit98f536ca7c3eaf953d7a18b4ae990f6556aafa3a (patch)
tree2c2480997d3698fd7a98bf161a77f8dbb95a710e /org.eclipse.debug.ui/plugin.properties
parent30912d5ad9b4d217c6456edc64eecaca168d8144 (diff)
downloadeclipse.platform.debug-98f536ca7c3eaf953d7a18b4ae990f6556aafa3a.tar.gz
eclipse.platform.debug-98f536ca7c3eaf953d7a18b4ae990f6556aafa3a.tar.xz
eclipse.platform.debug-98f536ca7c3eaf953d7a18b4ae990f6556aafa3a.zip
Bug 29890 - Debug Platform Source Lookup Facilites
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 649e5e988..f206a1f12 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -187,3 +187,8 @@ disableWatchExpressionAction.tooltip=Disable watch expression
BreakpointMarkerPreference.label= Breakpoints
SourceContainerPresentationsName = Source Container Presentations
+
+containerName.workingSet = Working set
+sourceNotFoundEditorName=Source Not Found Editor
+
+manageSourceAction.action = Edit Source Lookup Path...

Back to the top