summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.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/Decorations.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/Decorations.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
index dc00d55f9c..25975db0bf 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Decorations.java
@@ -566,7 +566,7 @@ public void setImage (Image image) {
*
* @exception IllegalArgumentException <ul>
* <li>ERROR_NULL_ARGUMENT - if the array of images is null</li>
- * <li>ERROR_INVALID_ARGUMENT - if one of the images has been disposed</li>
+ * <li>ERROR_INVALID_ARGUMENT - if one of the images is null or has been disposed</li>
* </ul>
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>