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:
parent
1cbc7db6e6
commit
965519bc61
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue