From 18fe1abe4b2ee2eb60913a248129ad903d4dc0bc Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Thu, 21 Mar 2013 16:37:39 -0400 Subject: Bug 181592 - [Widgets] Need a color constant for active and inactive hyperlink colors --- .../src/org/eclipse/swt/snippets/Snippet235.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet235.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet235.java index e57a59fea3..c067514886 100644 --- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet235.java +++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet235.java @@ -72,7 +72,8 @@ public static void main(String [] args) { display.dispose(); } static int[] colorIds = new int[] {SWT.COLOR_INFO_BACKGROUND, - SWT.COLOR_INFO_FOREGROUND, + SWT.COLOR_INFO_FOREGROUND, + SWT.COLOR_LINK_FOREGROUND, SWT.COLOR_LIST_BACKGROUND, SWT.COLOR_LIST_FOREGROUND, SWT.COLOR_LIST_SELECTION, @@ -91,7 +92,8 @@ static int[] colorIds = new int[] {SWT.COLOR_INFO_BACKGROUND, SWT.COLOR_WIDGET_LIGHT_SHADOW, SWT.COLOR_WIDGET_NORMAL_SHADOW,}; static String [] colorNames = new String[] {"SWT.COLOR_INFO_BACKGROUND", - "SWT.COLOR_INFO_FOREGROUND", + "SWT.COLOR_INFO_FOREGROUND", + "SWT.COLOR_LINK_FOREGROUND", "SWT.COLOR_LIST_BACKGROUND", "SWT.COLOR_LIST_FOREGROUND", "SWT.COLOR_LIST_SELECTION", -- cgit v1.2.3