Bug 196204 - [Intro] SWT Welcome RSS Feed doesn't Work
diff --git a/platform/org.eclipse.platform/src-intro/org/eclipse/platform/internal/EclipseRSSViewer.java b/platform/org.eclipse.platform/src-intro/org/eclipse/platform/internal/EclipseRSSViewer.java
index 86a9874..15e4650 100644
--- a/platform/org.eclipse.platform/src-intro/org/eclipse/platform/internal/EclipseRSSViewer.java
+++ b/platform/org.eclipse.platform/src-intro/org/eclipse/platform/internal/EclipseRSSViewer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 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
@@ -228,7 +228,7 @@
 					doNavigate((String) e.getHref());
 				}
 			});
-			bulletImage = createImage(new Path("intro/css/graphics/arrow.gif")); //$NON-NLS-1$
+			bulletImage = createImage(new Path("images/topiclabel/arrow.gif")); //$NON-NLS-1$
 			if (bulletImage!=null)
 				formText.setImage(HREF_BULLET, bulletImage);
 			this.parent = parent;