summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2005-06-22 18:05:08 +0000
committerCarolyn MacLeod <carolyn>2005-06-22 18:05:08 +0000
commit3d46a5db0398dddaf37b5b88b44ca853285ffc69 (patch)
treed8b57da25e7b31f75920eb3b4faade25f07f304c
parentb1e7d4d13c74aba3d3e9462213de9f4ab9afed93 (diff)
downloadeclipse.platform.swt-3d46a5db0398dddaf37b5b88b44ca853285ffc69.tar.gz
eclipse.platform.swt-3d46a5db0398dddaf37b5b88b44ca853285ffc69.tar.xz
eclipse.platform.swt-3d46a5db0398dddaf37b5b88b44ca853285ffc69.zip
doc: bug 84985
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
index aec84a9acc..ffb06cea8b 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
@@ -1291,8 +1291,8 @@ void setForegroundPixel (int pixel) {
/**
* Sets the text of the item in the receiver's list at the given
* zero-relative index to the string argument. This is equivalent
- * to <code>remove</code>'ing the old item at the index, and then
- * <code>add</code>'ing the new item at that index.
+ * to removing the old item at the index, and then adding the new
+ * item at that index.
*
* @param index the index for the item
* @param string the new text for the item