Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod2004-11-18 21:06:13 +0000
committerCarolyn MacLeod2004-11-18 21:06:13 +0000
commit9ae788629872acb17fda719943d3c36c723ce9d5 (patch)
tree65d9057b2bbd159fc7b9c8d2823e2f756d097fc2
parentbd79b2c5e5fa0870047de0253059e7e8754f0b72 (diff)
downloadeclipse.platform.swt-9ae788629872acb17fda719943d3c36c723ce9d5.tar.gz
eclipse.platform.swt-9ae788629872acb17fda719943d3c36c723ce9d5.tar.xz
eclipse.platform.swt-9ae788629872acb17fda719943d3c36c723ce9d5.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java
index fec2f00db5..eab59738b5 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Spinner.java
@@ -663,9 +663,8 @@ void setForegroundPixel (int pixel) {
/**
* Sets the amount that the receiver's value will be
- * modified by when the up/down (or right/left) arrows
- * are pressed to the argument, which must be at least
- * one.
+ * modified by when the up/down arrows are pressed to
+ * the argument, which must be at least one.
*
* @param increment the new increment (must be greater than zero)
*

Back to the top