Révision 943
| tmp/org.txm.statsengine.r.rcp/plugin.xml (revision 943) | ||
|---|---|---|
| 260 | 260 |
point="org.eclipse.ui.decorators"> |
| 261 | 261 |
<decorator |
| 262 | 262 |
class=" org.txm.statsengine.r.rcp.decorators.RDecorator" |
| 263 |
icon="icons/decorators/r.png"
|
|
| 263 |
icon="icons/decorators/R.png"
|
|
| 264 | 264 |
id="org.txm.rcp.decorators.RDecorator" |
| 265 | 265 |
label="%decorator.label" |
| 266 | 266 |
lightweight="false" |
| tmp/org.txm.statsengine.r.rcp/src/org/txm/statsengine/r/rcp/decorators/RDecorator.java (revision 943) | ||
|---|---|---|
| 72 | 72 |
// Overlay custom image over base image |
| 73 | 73 |
try {
|
| 74 | 74 |
Image image2; |
| 75 |
OverlayImageIcon overlayIcon = new OverlayImageIcon(image, "platform:/plugin/"+ FrameworkUtil.getBundle(RDecorator.class).getSymbolicName() + "/icons/decorators/r.png"); //$NON-NLS-1$
|
|
| 75 |
OverlayImageIcon overlayIcon = new OverlayImageIcon(image, "platform:/plugin/"+ FrameworkUtil.getBundle(RDecorator.class).getSymbolicName() + "/icons/decorators/R.png"); //$NON-NLS-1$
|
|
| 76 | 76 |
image2 = overlayIcon.getImage(); |
| 77 | 77 |
return image2; |
| 78 | 78 |
} |
Formats disponibles : Unified diff