Changeset 8959 in josm for trunk/src/org/openstreetmap/josm
- Timestamp:
- 2015-10-27T20:02:56+01:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/Main.java
r8870 r8959 265 265 266 266 /** 267 * Clears the list of last error and warning messages. 268 * @since 8959 269 */ 270 public static void clearLastErrorAndWarnings() { 271 ERRORS_AND_WARNINGS.clear(); 272 } 273 274 /** 267 275 * Prints an error message if logging is on. 268 276 * @param msg The message to print. -
trunk/src/org/openstreetmap/josm/gui/tagging/presets/TaggingPreset.java
r8958 r8959 196 196 }); 197 197 } else { 198 Main.warn(PRESET_ICON_ERROR_MSG_PREFIX + iconName); 198 Main.warn(TaggingPreset.this + ": " + PRESET_ICON_ERROR_MSG_PREFIX + iconName); 199 199 } 200 200 }
Note:
See TracChangeset
for help on using the changeset viewer.