summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2005-06-22 16:15:46 +0000
committerCarolyn MacLeod <carolyn>2005-06-22 16:15:46 +0000
commit95c8e77e54b831eaa15622ce37b11a4d09ccdd3e (patch)
tree22b4b37d7a75dd6c955647b6d47d49c9a66fa931
parent7dccf54242848b0e2dd259fedb5328d3bb7fa6bb (diff)
downloadeclipse.platform.swt-95c8e77e54b831eaa15622ce37b11a4d09ccdd3e.tar.gz
eclipse.platform.swt-95c8e77e54b831eaa15622ce37b11a4d09ccdd3e.tar.xz
eclipse.platform.swt-95c8e77e54b831eaa15622ce37b11a4d09ccdd3e.zip
doc: bug 84911
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Menu.java8
1 files changed, 4 insertions, 4 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 6ace288382..a5c28f0537 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
@@ -1192,8 +1192,8 @@ public void setEnabled (boolean enabled) {
* Note that this is different from most widgets where the
* location of the widget is relative to the parent.
* </p><p>
- * Note that some platforms may not support relocation of
- * popup menus in which case this will be ignored.
+ * Note that relocation of popup menus is a hint to the
+ * platform window manager.
* </p>
*
* @param x the new x coordinate for the receiver
@@ -1220,8 +1220,8 @@ public void setLocation (int x, int y) {
* Note that this is different from most widgets where the
* location of the widget is relative to the parent.
* </p><p>
- * Note that some platforms may not support relocation of
- * popup menus in which case this will be ignored.
+ * Note that relocation of popup menus is a hint to the
+ * platform window manager.
* </p>
*
* @param location the new location for the receiver