Changeset 26377 in osm for applications/editors/josm/plugins/licensechange/src
- Timestamp:
- 2011-07-21T01:54:33+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/Severity.java
r26373 r26377 13 13 14 14 /** Error messages */ 15 DATA_LOSS(tr("Data loss"), "error .gif",15 DATA_LOSS(tr("Data loss"), "error", 16 16 Main.pref.getColor(marktr("license check error"), Color.RED)), 17 17 18 18 /** Warning messages */ 19 POSSIBLE_DATA_LOSS(tr("Possible data loss"), "warning .gif",19 POSSIBLE_DATA_LOSS(tr("Possible data loss"), "warning", 20 20 Main.pref.getColor(marktr("license check warning"), Color.ORANGE)), 21 21 22 22 /** Other messages */ 23 DATA_REDUCTION(tr("Data reduction"), "other .gif",23 DATA_REDUCTION(tr("Data reduction"), "other", 24 24 Main.pref.getColor(marktr("license check notice"), Color.YELLOW)); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.