diff options
| author | Niraj Modi | 2019-07-10 11:54:04 +0000 |
|---|---|---|
| committer | Niraj Modi | 2019-07-10 11:54:04 +0000 |
| commit | f33ceb16360059667b53e20980126e7a060fd520 (patch) | |
| tree | 8ceaef00ce0c65c39e1162e52f67154ea1a1a111 | |
| parent | 7d3e3d8815791dd819e30464e2cb557e64c0a3e4 (diff) | |
| download | eclipse.platform.swt-f33ceb16360059667b53e20980126e7a060fd520.tar.gz eclipse.platform.swt-f33ceb16360059667b53e20980126e7a060fd520.tar.xz eclipse.platform.swt-f33ceb16360059667b53e20980126e7a060fd520.zip | |
Bug 293230 - Support SWT.ICON_SEARCH and SWT.ICON_CANCEL for native
find/filter/search box for Windows 7 / Windows 10
- Remove the Hint tag from JavaDocs for SWT.ICON_SEARCH and
SWT.ICON_CANCEL
Change-Id: I22d17e1af3b3a471927c4e0f53004e4269d6e3e2
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
| -rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java index 430f18c342..110eded727 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/SWT.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2018 IBM Corporation and others. + * Copyright (c) 2000, 2019 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -3131,7 +3131,6 @@ public class SWT { * The style constant for "search" icon. This style constant is * used with <code>Text</code> in combination with <code>SWT.SEARCH * </code> (value is 1<<9). - * <br>Note that this is a <em>HINT</em>. * * <p><b>Used By:</b></p> * <ul> @@ -3149,7 +3148,6 @@ public class SWT { * The style constant for "cancel" icon. This style constant is * used with <code>Text</code> in combination with <code>SWT.SEARCH * </code> (value is 1<<8). - * <br>Note that this is a <em>HINT</em>. * * <p><b>Used By:</b></p> * <ul> |
