Changeset 35499 in osm for applications/editors/josm/plugins/sds/src
- Timestamp:
- 2020-06-29T11:30:41+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsDiskAccessAction.java
r34470 r35499 67 67 ); 68 68 dialog.setContent(tr("File exists. Overwrite?")); 69 dialog.setButtonIcons(new String[] {"save_as .png", "cancel.png"});69 dialog.setButtonIcons(new String[] {"save_as", "cancel"}); 70 70 dialog.showDialog(); 71 71 if (dialog.getValue() != 1) … … 126 126 ); 127 127 dialog.setContent(tr("File exists. Overwrite?")); 128 dialog.setButtonIcons(new String[] {"save_as .png", "cancel.png"});128 dialog.setButtonIcons(new String[] {"save_as", "cancel"}); 129 129 dialog.showDialog(); 130 130 return (dialog.getValue() == 1);
Note:
See TracChangeset
for help on using the changeset viewer.