Ignore:
Timestamp:
2013-03-18T21:58:17+01:00 (13 years ago)
Author:
zverik
Message:

some updates to iodb plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java

    r28008 r29371  
    2929            OffsetDialogButton button = new OffsetDialogButton(offset);
    3030            button.addActionListener(this);
     31/*            JPopupMenu popupMenu = new JPopupMenu();
     32            popupMenu.add(new OffsetInfoAction(offset));
     33            if( !offset.isDeprecated() )
     34                popupMenu.add(new DeprecateOffsetAction(offset));
     35            button.add(popupMenu);*/
    3136            buttonPanel.add(button);
    3237        }
     38        // todo: calibration objects and deprecated offsets button
    3339        JButton cancelButton = new JButton("Cancel");
    3440        cancelButton.addActionListener(this);
Note: See TracChangeset for help on using the changeset viewer.