From a1c03640e0764248f5792d2d446a4032e3e6b601 Mon Sep 17 00:00:00 2001 From: Lakshmi Shanmugam Date: Wed, 18 Jul 2018 18:09:26 +0530 Subject: Bug 536862: DateTime DROPDOWN behavior on Mac is not consistent with other platforms Removed HINT from javadoc for Windows and GTK Change-Id: I1b3441ebd3492dfc5126c533e6636e7bfe89907e --- .../Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse') diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java index bb6982f98b..80f934c8c2 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java @@ -32,7 +32,7 @@ import org.eclipse.swt.internal.win32.*; *

* Note: Only one of the styles DATE, TIME, or CALENDAR may be specified, * and only one of the styles SHORT, MEDIUM, or LONG may be specified. - * The DROP_DOWN style is a HINT, and it is only valid with the DATE style. + * The DROP_DOWN style is only valid with the DATE style. *

* IMPORTANT: This class is not intended to be subclassed. *

-- cgit v1.2.3