summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2005-06-22 16:47:57 +0000
committerCarolyn MacLeod <carolyn>2005-06-22 16:47:57 +0000
commit87ff5ef6bf9077c762ae6fcbf4dae4135b41ca68 (patch)
tree2ab6109c556fa251302833c539b78f7670e4e436
parente47431700de1ba0a70cc9c9985ffedfe741a895c (diff)
downloadeclipse.platform.swt-87ff5ef6bf9077c762ae6fcbf4dae4135b41ca68.tar.gz
eclipse.platform.swt-87ff5ef6bf9077c762ae6fcbf4dae4135b41ca68.tar.xz
eclipse.platform.swt-87ff5ef6bf9077c762ae6fcbf4dae4135b41ca68.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 a5c28f0537..c0856098ed 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 relocation of popup menus is a hint to the
- * platform window manager.
+ * Note that the platform window manager ultimately has control
+ * over the location of popup menus.
* </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 relocation of popup menus is a hint to the
- * platform window manager.
+ * Note that the platform window manager ultimately has control
+ * over the location of popup menus.
* </p>
*
* @param location the new location for the receiver