summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2007-02-19 18:07:05 +0000
committerGrant Gayed <ggayed>2007-02-19 18:07:05 +0000
commit14236e83ab401b40e0c6976130f240fc2a86718c (patch)
tree4f839fc52195be34389f629942fcc4d59ba4249f /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
parent2b83e95f9ab8a0d1e38a0fcfb77e9fb1eb715d56 (diff)
downloadeclipse.platform.swt-14236e83ab401b40e0c6976130f240fc2a86718c.tar.gz
eclipse.platform.swt-14236e83ab401b40e0c6976130f240fc2a86718c.tar.xz
eclipse.platform.swt-14236e83ab401b40e0c6976130f240fc2a86718c.zip
174565 (javadoc)
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
index 396e86ef46..40e6ff9179 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java
@@ -1006,7 +1006,7 @@ int imageIndex (Image image) {
* @return the index of the item
*
* @exception IllegalArgumentException <ul>
- * <li>ERROR_NULL_ARGUMENT - if the string is null</li>
+ * <li>ERROR_NULL_ARGUMENT - if the item is null</li>
* </ul>
* @exception SWTException <ul>
* <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>