Changeset 27906 in osm for applications/editors/josm/plugins/ImportImagePlugin/src/org
- Timestamp:
- 2012-02-20T19:25:50+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/LoadImageAction.java
r26452 r27906 29 29 */ 30 30 public LoadImageAction() { 31 super(tr("Import image"), null, tr("Import georeferenced image"), null, false );31 super(tr("Import image"), null, tr("Import georeferenced image"), null, false, "importimage/loadimage", true); 32 32 } 33 33
Note:
See TracChangeset
for help on using the changeset viewer.