diff -r 2a1cbc6a1c85 -r ff6b4aae1c1e connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/ui/ConnectionUIUtils.java --- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/ui/ConnectionUIUtils.java Thu Sep 16 09:07:54 2010 -0500 +++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/internal/ui/ConnectionUIUtils.java Thu Sep 16 09:17:01 2010 -0500 @@ -20,6 +20,7 @@ import java.util.Collection; import org.eclipse.jface.resource.ImageDescriptor; +import org.eclipse.jface.resource.JFaceColors; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.widgets.Display; @@ -76,6 +77,7 @@ public static final Color COLOR_GREEN = new Color(Display.getDefault(), 0, 128, 0); public static final Color COLOR_ELECTRIC = new Color(Display.getDefault(), 0, 0, 255); public static final Color COLOR_GREY = new Color(Display.getDefault(), 96, 96, 96); + public static final Color COLOR_HYPERLINK = JFaceColors.getHyperlinkText(Display.getDefault()); /** * Get the image representing the connection status.