Changeset 22236 in osm for applications/editors/josm/plugins/ext_tools/src
- Timestamp:
- 2010-07-08T07:17:12+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ext_tools/src/ext_tools/preferences/EditToolDialog.java
r21930 r22236 61 61 62 62 @Override 63 protected void buttonAction(ActionEvent evt) { 63 protected void buttonAction(int buttonIndex, ActionEvent evt) { 64 64 if (evt.getActionCommand().equals(tr("OK"))) { 65 65 save(); 66 66 } 67 super.buttonAction(evt); 67 super.buttonAction(buttonIndex, evt); 68 68 } 69 69 }
Note:
See TracChangeset
for help on using the changeset viewer.