Changeset 12912 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-09-30T20:08:42+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchAction.java
r12846 r12912 58 58 import org.openstreetmap.josm.gui.MainApplication; 59 59 import org.openstreetmap.josm.gui.MapFrame; 60 import org.openstreetmap.josm.gui.Notification; 60 61 import org.openstreetmap.josm.gui.PleaseWaitRunnable; 61 62 import org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSException; … … 701 702 } 702 703 if (!GraphicsEnvironment.isHeadless()) { 703 JOptionPane.showMessageDialog( 704 parent, 705 msg, 706 tr("Warning"), 707 JOptionPane.WARNING_MESSAGE 708 ); 704 new Notification(msg).show(); 709 705 } 710 706 } else {
Note:
See TracChangeset
for help on using the changeset viewer.