Changeset 16883 in josm
- Timestamp:
- 2020-08-12T21:35:58+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java
r16827 r16883 334 334 tr("Copy to clipboard and close"), tr("Report bug"), tr("Close")); 335 335 ed.setButtonIcons("copy", "bug", "cancel"); 336 ed.configureContextsensitiveHelp("/Action/ShowStatusReport", true); 336 337 ed.setContent(ta, false); 337 338 ed.setMinimumSize(new Dimension(380, 200));
Note:
See TracChangeset
for help on using the changeset viewer.