summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-05-27 05:01:02 +0000
committerCarolyn MacLeod <carolyn>2004-05-27 05:01:02 +0000
commit651bda19caf09290d8984d997f701c8b5b86b0e3 (patch)
tree9ca0bf8bfb4210d6c81ab7ca76aed2b7b4895d68 /bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt
parent253c7522ac8618498fbaa5a220a0d860b68dd818 (diff)
downloadeclipse.platform.swt-651bda19caf09290d8984d997f701c8b5b86b0e3.tar.gz
eclipse.platform.swt-651bda19caf09290d8984d997f701c8b5b86b0e3.tar.xz
eclipse.platform.swt-651bda19caf09290d8984d997f701c8b5b86b0e3.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java
index b9f7dca776..7dc4e0b28a 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/motif/org/eclipse/swt/widgets/Combo.java
@@ -1417,7 +1417,7 @@ public void setVisibleCount (int count) {
/*
* But in Motif. Setting the XmNvisibleItemCount resource
* for the combo box after it has been realized causes the
- * widget is layout badly, sometimes moving the drop down
+ * widget to layout badly, sometimes moving the drop down
* arrow part of the combo box outside of the bounds.
* The fix is to set the XmNvisibleItemCount resource on
* the list instead.