Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java
index b1cfc0bf2..9ebc36cbd 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewContextListener.java
@@ -872,7 +872,7 @@ public class LaunchViewContextListener implements IPartListener2, IContextManage
}
/**
- * When the breakpoints view becomes visible, turn on the
+ * When the launch view becomes visible, turn on the
* debug action set. Note that the workbench will handle the
* case where the user really doesn't want the action set
* enabled - showActionSet(String) will do nothing for an

Back to the top