Changeset 3807 in josm


Ignore:
Timestamp:
2011-01-23T15:26:07+01:00 (14 years ago)
Author:
stoecker
Message:

convert 3 more gif images

Location:
trunk
Files:
3 added
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/Severity.java

    r3671 r3807  
    1212public enum Severity {
    1313    /** Error messages */
    14     ERROR(tr("Errors"), "error.gif",       Main.pref.getColor(marktr("validation error"), Color.RED)),
     14    ERROR(tr("Errors"), "error",       Main.pref.getColor(marktr("validation error"), Color.RED)),
    1515    /** Warning messages */
    16     WARNING(tr("Warnings"), "warning.gif", Main.pref.getColor(marktr("validation warning"), Color.YELLOW)),
     16    WARNING(tr("Warnings"), "warning", Main.pref.getColor(marktr("validation warning"), Color.YELLOW)),
    1717    /** Other messages */
    18     OTHER(tr("Other"), "other.gif",        Main.pref.getColor(marktr("validation other"), Color.CYAN));
     18    OTHER(tr("Other"), "other",        Main.pref.getColor(marktr("validation other"), Color.CYAN));
    1919
    2020    /** Description of the severity code */
Note: See TracChangeset for help on using the changeset viewer.