Changeset 26149 in osm for applications/editors/josm/plugins/terracer/src
- Timestamp:
- 2011-06-18T15:29:26+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/src/terracer/HouseNumberInputHandler.java
r26029 r26149 319 319 this.dialog.dispose(); 320 320 } 321 } else if ( "Cancel".equals(button.getActionCommand())) {321 } else if (tr("Cancel").equals(button.getActionCommand())) { 322 322 this.dialog.dispose(); 323 323 }
Note:
See TracChangeset
for help on using the changeset viewer.