Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2005-03-03 18:56:56 +0000
committerJared Burns2005-03-03 18:56:56 +0000
commit44aed8adff60ad05a18e5b6dab5156118a5b4d76 (patch)
tree108a07af26b8800ded5840c565880cea36ab15f0 /org.eclipse.debug.ui/plugin.properties
parentb99764f80c39fe3ac9572ef4070237f6d1fa655a (diff)
downloadeclipse.platform.debug-44aed8adff60ad05a18e5b6dab5156118a5b4d76.tar.gz
eclipse.platform.debug-44aed8adff60ad05a18e5b6dab5156118a5b4d76.tar.xz
eclipse.platform.debug-44aed8adff60ad05a18e5b6dab5156118a5b4d76.zip
Bug 78288 - [API] Drop to Frame not enabled
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 383d4f9fb..3b11317f9 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -327,3 +327,6 @@ BreakpointWorkingSet.name=Breakpoint
memoryRenderingsExtensionPointName = Memory Renderings
SetDefaultColumnSizeActionName =Set Default Column Size ...
SetPaddedStrActionName = Set Padded String ...
+
+DropToFrameAction.label=Drop to Frame
+DropToFrameAction.tooltip=Drop to Frame \ No newline at end of file

Back to the top