Changeset 35592 in osm for applications/editors/josm/plugins/photoadjust/src/org
- Timestamp:
- 2020-10-17T22:04:02+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustMapMode.java
r35108 r35592 54 54 */ 55 55 public PhotoAdjustMapMode(PhotoAdjustWorker worker) { 56 super(tr("Adjust photos"), "photoadjust .png",56 super(tr("Adjust photos"), "photoadjust", 57 57 tr("Move and position photos"), 58 58 // It is almost impossible to find an unused shortcut.
Note:
See TracChangeset
for help on using the changeset viewer.