Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2004-05-14 12:43:53 +0000
committerGrant Gayed2004-05-14 12:43:53 +0000
commitdfd22a4e8e8f1f9ad88bfe03052c852a628d0c0f (patch)
treede34bb0966f65d256a6ff0eb54d1bcbb72b56394
parent3ca41699d6bd9880fc47b3eeba58fbffa0d20825 (diff)
downloadeclipse.platform.swt-dfd22a4e8e8f1f9ad88bfe03052c852a628d0c0f.tar.gz
eclipse.platform.swt-dfd22a4e8e8f1f9ad88bfe03052c852a628d0c0f.tar.xz
eclipse.platform.swt-dfd22a4e8e8f1f9ad88bfe03052c852a628d0c0f.zip
62195
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
index 965cdd695f..a7e873d107 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java
@@ -1505,7 +1505,7 @@ public class SWT {
public static final int NUM_LOCK = KEYCODE_BIT + 83;
/**
- * Keyboard event constant representing the num
+ * Keyboard event constant representing the scroll
* lock key (value is (1<<24)+84).
*
* @since 3.0

Back to the top