- Timestamp:
- 2018-05-10T23:45:50+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java
r13691 r13727 36 36 import org.openstreetmap.josm.gui.MainApplication; 37 37 import org.openstreetmap.josm.gui.MapFrame; 38 import org.openstreetmap.josm.gui.Notification; 38 39 import org.openstreetmap.josm.gui.PleaseWaitRunnable; 39 40 import org.openstreetmap.josm.gui.io.importexport.AllFormatsImporter; … … 146 147 this.files.add(file); 147 148 } 149 } else { 150 String message = tr("Unable to locate file ''{0}''.", file.getPath()); 151 Logging.warn(message); 152 new Notification(message).show(); 148 153 } 149 154 }
Note:
See TracChangeset
for help on using the changeset viewer.