1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

bug 342640: comment adjusted

This commit is contained in:
Andrew Gvozdev 2011-04-28 02:49:41 +00:00
parent 1cbc7db6e6
commit 965519bc61

View file

@ -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:<br/>
* <code>
* URL iconUrl = CUIPlugin.getDefault().getBundle().getResource("icons/obj16/flask.png");
* URL iconUrl = CUIPlugin.getDefault().getBundle().getEntry("icons/obj16/flask.png");
* </code>
*
* @return CDT console adapter.