summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuong Nguyen <dnguyen>2008-01-30 23:10:25 +0000
committerDuong Nguyen <dnguyen>2008-01-30 23:10:25 +0000
commit24d61c197f67bbff18fc799caebdd780f93aa55e (patch)
tree6eddc185f6ce81197062c1cd3cd87b61cf2cfb84
parent0a7b2a1f490c743be335e1b480b6000007ce1cc4 (diff)
downloadeclipse.platform.swt-24d61c197f67bbff18fc799caebdd780f93aa55e.tar.gz
eclipse.platform.swt-24d61c197f67bbff18fc799caebdd780f93aa55e.tar.xz
eclipse.platform.swt-24d61c197f67bbff18fc799caebdd780f93aa55e.zip
Bug 215388 - Add API to make the DropTarget more open
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DND.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DND.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DND.java
index 0f8377a3fe..3f1679e3fb 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DND.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DND.java
@@ -106,7 +106,7 @@ public class DND {
/**
* DropTarget Event: the cursor has left the drop target boundaries OR the drop
- * operation has been canceled (such as by hitting ECS) OR the drop is about to
+ * operation has been cancelled (such as by hitting ECS) OR the drop is about to
* happen (user has released the mouse button over this target) (value is 2003).
*/
public static final int DragLeave = 2003;