Changeset 14742 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2019-01-27T22:26:24+01:00 (6 years ago)
Author:
simon04
Message:

see #17178 - Jump to position: add help button

File:
1 edited

Legend:

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

    r14397 r14742  
    5757        JumpToPositionDialog(String[] buttons, JPanel panel) {
    5858            super(MainApplication.getMainFrame(), tr("Jump to Position"), buttons);
     59            setButtonIcons("ok", "cancel");
     60            configureContextsensitiveHelp(ht("/Action/JumpToPosition"), true);
    5961            setContent(panel);
    6062            setCancelButton(2);
Note: See TracChangeset for help on using the changeset viewer.