summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-03-01 13:16:15 +0000
committerVeronika Irvine <veronika>2005-03-01 13:16:15 +0000
commit3dc84dd13f7ebc024ffa9b138f64b1250bcb6d6c (patch)
tree67a9ad5ba7e805ae131c2e688eb0185e9a23d030 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
parent49cb56697d675e6e388c4cb780eb7bc7bcfd154a (diff)
downloadeclipse.platform.swt-3dc84dd13f7ebc024ffa9b138f64b1250bcb6d6c.tar.gz
eclipse.platform.swt-3dc84dd13f7ebc024ffa9b138f64b1250bcb6d6c.tar.xz
eclipse.platform.swt-3dc84dd13f7ebc024ffa9b138f64b1250bcb6d6c.zip
Update javadoc from win32
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
index 7fd19d857a..c26b47ef8f 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Scale.java
@@ -213,7 +213,7 @@ public int getPageIncrement () {
}
/**
- * Returns the single <em>selection</em> that is the receiver's position.
+ * Returns the <em>selection</em>, which is the receiver's position.
*
* @return the selection
*
@@ -348,8 +348,8 @@ public void setPageIncrement (int value) {
}
/**
- * Sets the single <em>selection</em> that is the receiver's
- * value to the argument which must be greater than or equal
+ * Sets the <em>selection</em>, which is the receiver's
+ * value, to the argument which must be greater than or equal
* to zero.
*
* @param value the new selection (must be zero or greater)