summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2005-06-22 16:57:44 +0000
committerCarolyn MacLeod <carolyn>2005-06-22 16:57:44 +0000
commit348385ee296e7bc71c21c5399535dc0e793b8faf (patch)
treeefeb1e4ec2d8671dda1fe678fadf050ba89fe5a1
parentce9826970554724e45cfa2da9c8a8be22647e32c (diff)
downloadeclipse.platform.swt-348385ee296e7bc71c21c5399535dc0e793b8faf.tar.gz
eclipse.platform.swt-348385ee296e7bc71c21c5399535dc0e793b8faf.tar.xz
eclipse.platform.swt-348385ee296e7bc71c21c5399535dc0e793b8faf.zip
doc: bug 84911
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java2
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
index cffb42c6ad..26fa9dc0ed 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/MenuItem.java
@@ -654,7 +654,7 @@ public void setEnabled (boolean enabled) {
* Sets the image the receiver will display to the argument.
* <p>
* Note: This feature is not available on all window systems (for example, Windows NT),
- * in which case, calling this method will silently do nothing.
+ * in which case, calling this method will do nothing.
*
* @param image the image to display
*
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
index 7db0bedbfa..19ee0dee48 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
@@ -1294,7 +1294,7 @@ void setBounds (int x, int y, int width, int height, int flags) {
* double clicks.
* </p><p>
* Note: This feature is not available on all window systems,
- * in which case, calling this method will silently do nothing.
+ * in which case, calling this method will do nothing.
* </p>
*
* @param doubleClick the new double click flag
@@ -1373,7 +1373,7 @@ public void setFont (Font font) {
* of the constants <code>SWT.LEFT_TO_RIGHT</code> or <code>SWT.RIGHT_TO_LEFT</code>.
* <p>
* Note: This feature is not available on all window systems,
- * in which case, calling this method will silently do nothing.
+ * in which case, calling this method will do nothing.
* </p>
*
* @param orientation new orientation style