diff options
author | Steve Northover <steve> | 2003-12-02 19:28:57 +0000 |
---|---|---|
committer | Steve Northover <steve> | 2003-12-02 19:28:57 +0000 |
commit | 84d6d55599727ae7e21e0b952222006bbfb5e8ad (patch) | |
tree | e70f79b029f3646d2829e693bf421246efc4d349 /bundles | |
parent | f22cd46de063bb8f29ca81ae57507c9ce7961b7a (diff) | |
download | eclipse.platform.swt-84d6d55599727ae7e21e0b952222006bbfb5e8ad.tar.gz eclipse.platform.swt-84d6d55599727ae7e21e0b952222006bbfb5e8ad.tar.xz eclipse.platform.swt-84d6d55599727ae7e21e0b952222006bbfb5e8ad.zip |
*** empty log message ***
Diffstat (limited to 'bundles')
-rwxr-xr-x | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java index 7b6eb727b0..c2e6d7545b 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java @@ -704,8 +704,8 @@ int hwndMDIClient () { * the display on which it was created (so that all other * shells on that display, which are not the receiver's * children will be drawn behind it), marks it visible, - * and sets focus to its default button (if it has one) - * and asks the window manager to make the shell active. + * sets the focus and asks the window manager to make the + * shell active. * * @exception SWTException <ul> * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> |