Changeset 8823 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2015-10-04T18:17:48+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java
r8510 r8823 192 192 new Notification(msg) 193 193 .setIcon(JOptionPane.INFORMATION_MESSAGE) 194 .setDuration(Notification.TIME_ VERY_LONG)194 .setDuration(Notification.TIME_DEFAULT) 195 195 .show(); 196 196 }
Note:
See TracChangeset
for help on using the changeset viewer.