summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2005-04-29 14:31:37 +0000
committerSilenio Quarti <silenio>2005-04-29 14:31:37 +0000
commit8793b29cd92c1c65d7b9d71dd3b8b11e42dfb4d3 (patch)
treea8c1fcc78adc41ea9d11fe029bd86500bd5e3e53 /bundles
parentf4fbaa8951a60c9cd930352a1efdcfde298e9db9 (diff)
downloadeclipse.platform.swt-8793b29cd92c1c65d7b9d71dd3b8b11e42dfb4d3.tar.gz
eclipse.platform.swt-8793b29cd92c1c65d7b9d71dd3b8b11e42dfb4d3.tar.xz
eclipse.platform.swt-8793b29cd92c1c65d7b9d71dd3b8b11e42dfb4d3.zip
*** empty log message ***
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java
index f3cfdc40a4..3574bee462 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Text.java
@@ -1517,8 +1517,8 @@ void setTXNBounds () {
* scroll the widget back. The fix is to save the
* current selection, set the selection to the start
* of the text and then restore the selection. This
- * will cause the widget text widget to recompute the
- * left scroll position.
+ * will cause the widget to recompute the left scroll
+ * position.
*/
int width = viewRect.left - viewRect.right;
int height = viewRect.bottom - viewRect.top;