Changeset 16883 in josm for trunk


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

see #19669 - Add help button to "Show Status Report"

File:
1 edited

Legend:

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

    r16827 r16883  
    334334                tr("Copy to clipboard and close"), tr("Report bug"), tr("Close"));
    335335        ed.setButtonIcons("copy", "bug", "cancel");
     336        ed.configureContextsensitiveHelp("/Action/ShowStatusReport", true);
    336337        ed.setContent(ta, false);
    337338        ed.setMinimumSize(new Dimension(380, 200));
Note: See TracChangeset for help on using the changeset viewer.