mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix timer icon.
This commit is contained in:
parent
206f3ee6f3
commit
2d7bd22a64
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class TimersVMNode extends AbstractDMVMNode
|
||||||
new LabelAttribute[] {
|
new LabelAttribute[] {
|
||||||
new LabelText("Timer #{0}", new String[] { PROP_TIMER_NUMBER }),
|
new LabelText("Timer #{0}", new String[] { PROP_TIMER_NUMBER }),
|
||||||
new LabelImage(DsfExamplesPlugin.getDefault().getImageRegistry().
|
new LabelImage(DsfExamplesPlugin.getDefault().getImageRegistry().
|
||||||
getDescriptor(DsfExamplesPlugin.IMG_ALARM))
|
getDescriptor(DsfExamplesPlugin.IMG_TIMER))
|
||||||
});
|
});
|
||||||
fgLabelProvider.setColumnInfo(TimersViewColumnPresentation.COL_ID, idCol);
|
fgLabelProvider.setColumnInfo(TimersViewColumnPresentation.COL_ID, idCol);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue