From 965519bc61d879047a69d51cd05973307a0caca1 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Thu, 28 Apr 2011 02:49:41 +0000 Subject: [PATCH] bug 342640: comment adjusted --- .../src/org/eclipse/cdt/core/CCorePlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CCorePlugin.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CCorePlugin.java index a616d09a41b..a588bf23956 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CCorePlugin.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CCorePlugin.java @@ -524,7 +524,7 @@ public class CCorePlugin extends Plugin { * view. The url is expected to point to an image in eclipse OSGi bundle. * Here is an example how to retrieve URL:
* - * URL iconUrl = CUIPlugin.getDefault().getBundle().getResource("icons/obj16/flask.png"); + * URL iconUrl = CUIPlugin.getDefault().getBundle().getEntry("icons/obj16/flask.png"); * * * @return CDT console adapter.