Ignore:
Timestamp:
2011-07-21T01:54:33+02:00 (13 years ago)
Author:
frederik
Message:

(Hopefully) fix the "failed to locate image" bug on license change plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/Severity.java

    r26373 r26377  
    1313
    1414    /** Error messages */
    15     DATA_LOSS(tr("Data loss"), "error.gif",                     
     15    DATA_LOSS(tr("Data loss"), "error",                     
    1616        Main.pref.getColor(marktr("license check error"), Color.RED)),
    1717
    1818    /** Warning messages */
    19     POSSIBLE_DATA_LOSS(tr("Possible data loss"), "warning.gif",
     19    POSSIBLE_DATA_LOSS(tr("Possible data loss"), "warning",
    2020        Main.pref.getColor(marktr("license check warning"), Color.ORANGE)),
    2121
    2222    /** Other messages */
    23     DATA_REDUCTION(tr("Data reduction"), "other.gif",           
     23    DATA_REDUCTION(tr("Data reduction"), "other",           
    2424        Main.pref.getColor(marktr("license check notice"), Color.YELLOW));
    2525
Note: See TracChangeset for help on using the changeset viewer.