Changeset 8823 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2015-10-04T18:17:48+02:00 (9 years ago)
Author:
simon04
Message:

fix #11818 - Display usage message for Orthogonalize Shape for 5s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java

    r8510 r8823  
    192192            new Notification(msg)
    193193                    .setIcon(JOptionPane.INFORMATION_MESSAGE)
    194                     .setDuration(Notification.TIME_VERY_LONG)
     194                    .setDuration(Notification.TIME_DEFAULT)
    195195                    .show();
    196196        }
Note: See TracChangeset for help on using the changeset viewer.