Changeset 10759 in josm for trunk/src/org/openstreetmap/josm/gui
- Timestamp:
- 2016-08-07T17:47:01+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
r10611 r10759 135 135 buttons.add(lookupButton); 136 136 137 buttons.add(new SideButton( Main.main.validator.validateAction));137 buttons.add(new SideButton(OsmValidator.validateAction)); 138 138 139 139 fixButton = new SideButton(new AbstractAction() {
Note:
See TracChangeset
for help on using the changeset viewer.