Index: /applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/Severity.java
===================================================================
--- /applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/Severity.java	(revision 26376)
+++ /applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/Severity.java	(revision 26377)
@@ -13,13 +13,13 @@
 
     /** Error messages */
-    DATA_LOSS(tr("Data loss"), "error.gif",                     
+    DATA_LOSS(tr("Data loss"), "error",                     
         Main.pref.getColor(marktr("license check error"), Color.RED)),
 
     /** Warning messages */
-    POSSIBLE_DATA_LOSS(tr("Possible data loss"), "warning.gif", 
+    POSSIBLE_DATA_LOSS(tr("Possible data loss"), "warning", 
         Main.pref.getColor(marktr("license check warning"), Color.ORANGE)),
 
     /** Other messages */
-    DATA_REDUCTION(tr("Data reduction"), "other.gif",           
+    DATA_REDUCTION(tr("Data reduction"), "other",           
         Main.pref.getColor(marktr("license check notice"), Color.YELLOW));
 
