Changeset 35599 in osm for applications/editors/josm/plugins/photoadjust/src/org
- Timestamp:
- 2020-10-18T18:03:49+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
r35108 r35599 68 68 private static class PropertyEditorAction extends JosmAction implements LayerChangeListener, ImageDataUpdateListener { 69 69 public PropertyEditorAction() { 70 super(tr("Edit photo GPS data"), 71 (String)null,// String iconName72 tr("Edit GPS data of selected photo."), // String tooltip 73 null, 74 true, 75 "photoadjust/propertyeditor", // String toolbarId 76 false 70 super(tr("Edit photo GPS data"), // String name 71 "photopropedit", // String iconName 72 tr("Edit GPS data of selected photo."), // String tooltip 73 null, // Shortcut shortcut 74 true, // boolean registerInToolbar 75 "photoadjust/propertyeditor", // String toolbarId 76 false // boolean installAdapters 77 77 ); 78 78 this.installAdapters();
Note:
See TracChangeset
for help on using the changeset viewer.