Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-05-31 21:35:41 +0000
committerDarin Wright2007-05-31 21:35:41 +0000
commita4bc61be6599692853ed17a941055fb6523c844a (patch)
treef6e238bc7aa76ae1032106dd443e76f728c47885 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/DropToFrameCommandAction.java
parent975c52ee57bc8163a5c01ce3e2e4f56d2d9e797a (diff)
downloadeclipse.platform.debug-a4bc61be6599692853ed17a941055fb6523c844a.tar.gz
eclipse.platform.debug-a4bc61be6599692853ed17a941055fb6523c844a.tar.xz
eclipse.platform.debug-a4bc61be6599692853ed17a941055fb6523c844a.zip
Bug 190260 [doc] Add help doc contexts to all debug components
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/DropToFrameCommandAction.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/DropToFrameCommandAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/DropToFrameCommandAction.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/DropToFrameCommandAction.java
index 2d75f5781..6cccb37de 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/DropToFrameCommandAction.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/DropToFrameCommandAction.java
@@ -28,7 +28,7 @@ public class DropToFrameCommandAction extends DebugCommandAction {
}
public String getHelpContextId() {
- return "drop_to_frame_action_context"; //$NON-NLS-1$
+ return "org.eclipse.debug.ui.drop_to_frame_action_context"; //$NON-NLS-1$
}
public String getId() {

Back to the top