1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 329430 - using bug icons for now for codan markers

This commit is contained in:
Alena Laskavaia 2011-03-29 18:19:33 +00:00
parent 3bceaf6856
commit 31ec0b89c2
7 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

View file

@ -200,21 +200,21 @@
<specification
annotationType="org.eclipse.cdt.codan.ui.annotation.error"
label="%marker.editor.error"
icon="icons/error.gif"
quickFixIcon="icons/quick_fix_error_obj.gif"
icon="icons/red_bug.gif"
quickFixIcon="icons/red_bug_assist.gif"
presentationLayer="6">
</specification>
<specification
annotationType="org.eclipse.cdt.codan.ui.annotation.warning"
label="%marker.editor.warning"
icon="icons/warning.gif"
quickFixIcon="icons/quick_fix_warning_obj.gif"
icon="icons/yellow_bug.gif"
quickFixIcon="icons/yellow_bug_assist.gif"
presentationLayer="5">
</specification>
<specification
annotationType="org.eclipse.cdt.codan.ui.annotation.info"
label="%marker.editor.info"
icon="icons/info.gif"
icon="icons/blue_bug.gif"
presentationLayer="4">
</specification>
</extension>