Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2002-07-08 19:08:30 +0000
committerDarin Swanson2002-07-08 19:08:30 +0000
commite9c95d56acc4bc6039e04b2e3b37cb354a7403b2 (patch)
tree4e745d09f58f5dab826c38c4b1fce7f7e115aaf0 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractDebugActionDelegate.java
parentb7f6769a6a1ce6e18983273352c4f4b5f61c3520 (diff)
downloadeclipse.platform.debug-e9c95d56acc4bc6039e04b2e3b37cb354a7403b2.tar.gz
eclipse.platform.debug-e9c95d56acc4bc6039e04b2e3b37cb354a7403b2.tar.xz
eclipse.platform.debug-e9c95d56acc4bc6039e04b2e3b37cb354a7403b2.zip
Copyright and Javadoc
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractDebugActionDelegate.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractDebugActionDelegate.java14
1 files changed, 6 insertions, 8 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractDebugActionDelegate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractDebugActionDelegate.java
index 2f5fdf071..1420a80e5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractDebugActionDelegate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/AbstractDebugActionDelegate.java
@@ -1,9 +1,11 @@
package org.eclipse.debug.internal.ui.actions;
-/*
- * (c) Copyright IBM Corp. 2000, 2001.
- * All Rights Reserved.
- */
+/**********************************************************************
+Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
+This file is made available under the terms of the Common Public License v1.0
+which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/cpl-v10.html
+**********************************************************************/
import java.util.Iterator;
@@ -112,10 +114,6 @@ public abstract class AbstractDebugActionDelegate implements IWorkbenchWindowAct
}
/**
- * Set the icons for this action on the first selection changed
- * event. This is necessary because the XML currently only
- * supports setting the enabled icon.
- * <p>
* AbstractDebugActionDelegates come in 2 flavors: IViewActionDelegate,
* IWorkbenchWindowActionDelegate delegates.
* </p>

Back to the top