Changeset 16882 in josm for trunk


Ignore:
Timestamp:
2020-08-12T21:35:56+02:00 (4 years ago)
Author:
simon04
Message:

see #19669 - Add help button to "Adjust imagery offset"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ImageryAdjustAction.java

    r15733 r16882  
    255255                    false, false); // Do not dispose on close, so HIDE_ON_CLOSE remains the default behaviour and setVisible is called
    256256            setButtonIcons("ok", "cancel");
     257            configureContextsensitiveHelp("Action/ImageryAdjust", true);
    257258            contentInsets = new Insets(10, 15, 5, 15);
    258259            JPanel pnl = new JPanel(new GridBagLayout());
Note: See TracChangeset for help on using the changeset viewer.