1
0
Fork 0
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:
Pawel Piech 2010-01-25 23:23:29 +00:00
parent 206f3ee6f3
commit 2d7bd22a64

View file

@ -57,7 +57,7 @@ class TimersVMNode extends AbstractDMVMNode
new LabelAttribute[] {
new LabelText("Timer #{0}", new String[] { PROP_TIMER_NUMBER }),
new LabelImage(DsfExamplesPlugin.getDefault().getImageRegistry().
getDescriptor(DsfExamplesPlugin.IMG_ALARM))
getDescriptor(DsfExamplesPlugin.IMG_TIMER))
});
fgLabelProvider.setColumnInfo(TimersViewColumnPresentation.COL_ID, idCol);