Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-01-10 09:37:41 +0000
committerDani Megert2014-01-10 09:37:41 +0000
commitdd9f63b221030dc86fd0b763a3ab29d37aa6c279 (patch)
tree0a4c331783e0b3d55ecd132db4da2605cd453205
parentd84df37c6186492ca15e45b4c7aa938a89843984 (diff)
downloadeclipse.jdt-dd9f63b221030dc86fd0b763a3ab29d37aa6c279.tar.gz
eclipse.jdt-dd9f63b221030dc86fd0b763a3ab29d37aa6c279.tar.xz
eclipse.jdt-dd9f63b221030dc86fd0b763a3ab29d37aa6c279.zip
Use same JDT icon as in Overview
-rw-r--r--org.eclipse.jdt/intro/css/whatsnew.css4
-rw-r--r--org.eclipse.jdt/intro/css/whatsnew.properties6
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jdt/intro/css/whatsnew.css b/org.eclipse.jdt/intro/css/whatsnew.css
index 8ca8f6e..672cf47 100644
--- a/org.eclipse.jdt/intro/css/whatsnew.css
+++ b/org.eclipse.jdt/intro/css/whatsnew.css
@@ -1,2 +1,2 @@
-a#jdt-noteworthy img { background-image : url(../../images/topiclabel/wn_javadevtools48.gif); }
-a#jdt-noteworthy:hover img { background-image : url(../../images/topiclabel/wn_javadevtools48_hov.gif); }
+a#jdt-noteworthy img { background-image : url(../../images/topiclabel/ov_javadev48.gif); }
+a#jdt-noteworthy:hover img { background-image : url(../../images/topiclabel/ov_javadev48_hov.gif); }
diff --git a/org.eclipse.jdt/intro/css/whatsnew.properties b/org.eclipse.jdt/intro/css/whatsnew.properties
index cebfaa9..6f0468d 100644
--- a/org.eclipse.jdt/intro/css/whatsnew.properties
+++ b/org.eclipse.jdt/intro/css/whatsnew.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
+# Copyright (c) 2007, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-whatsnew.jdt-noteworthy.link-icon = images/topiclabel/wn_javadevtools48.gif
-whatsnew.jdt-noteworthy.hover-icon = images/topiclabel/wn_javadevtools48_hov.gif
+whatsnew.jdt-noteworthy.link-icon = images/topiclabel/ov_javadev48.gif
+whatsnew.jdt-noteworthy.hover-icon = images/topiclabel/ov_javadev48_hov.gif

Back to the top