Ignore:
Timestamp:
2020-10-18T18:03:49+02:00 (4 years ago)
Author:
holgermappt
Message:

Add image for photo property editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java

    r35108 r35599  
    6868    private static class PropertyEditorAction extends JosmAction implements LayerChangeListener, ImageDataUpdateListener {
    6969        public PropertyEditorAction() {
    70             super(tr("Edit photo GPS data"),    // String name
    71                     (String)null,                         // 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
     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
    7777                    );
    7878            this.installAdapters();
Note: See TracChangeset for help on using the changeset viewer.