- Timestamp:
- 2020-02-12T21:53:45+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java
r15775 r15848 738 738 JOptionPane.QUESTION_MESSAGE 739 739 ); 740 if (answer == JOptionPane.CANCEL_OPTION)740 if (answer != JOptionPane.OK_OPTION) 741 741 return; 742 742
Note:
See TracChangeset
for help on using the changeset viewer.